Color Hex Logo

#99f055 Color Hex

#99F055
(153,240,85)
0 Favorites   0 Comments

Color spaces of #99f055

RGB 15324085
HSL0.260.840.64
HSV94°65°94°
CMYK 0.360.000.65   0.06
XYZ45.936769.748419.6360
Yxy69.74840.33950.5154
Hunter Lab83.5155-47.970444.5207
CIE-Lab86.8733-51.036264.3723

#99f055 color RGB value is (153,240,85).

#99f055 hex color red value is 153, green value is 240 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #99f055 hue: 0.26 , saturation: 0.84 and the lightness value of 99f055 is 0.64.

The process color (four color CMYK) of #99f055 color hex is 0.36, 0.00, 0.65, 0.06. Web safe color of #99f055 is #99ff66. Color #99f055 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11110000 01010101
Octal 231 360 125
Decimal 153 240 85
Hex 99 F0 55

RGB Percentages of Color #99f055

%32.01
%50.21
%17.78

CMYK Percentages of Color #99f055

%36
%0
%65
%6

Triadic Colors of #99f055

#99f055 #5599f0 #f05599

Analogous Colors of #99f055

#99f055 #55f05f #e7f055

Monochromatic Colors of #99f055

#99f055

Complementary Color

#99f055 #ac55f0

#99f055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99f055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99f055 Color CSS Codes

.mybgcolor {background-color:#99f055; } 
.myforecolor {color:#99f055; }
.mybordercolor {border:3px solid #99f055; }

#99f055 Text Font Color

<p style="color:#99f055">Text here</p>

This sample text font color is #99f055
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#99f055 Background Color

<div style="background-color:#99f055">
Div content here</div>

This div background color is #99f055


#99f055 Border Color

<div style="border:3px solid #99f055">
Div here</div>

This div border color is #99f055


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,240,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99f055; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99f055;
  -webkit-box-shadow: 1px 1px 3px 2px #99f055;
  box-shadow:         1px 1px 3px 2px #99f055; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,240,85, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #99f055">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #99f055;
  -webkit-box-shadow: 1px 1px 3px 2px #99f055;
  box-shadow:         1px 1px 3px 2px #99f055;">
Div content here</div>

This div box has shadow with color #99f055

#99f055 Color Palettes


Comments

No comments written yet.

Please login to write comment.