#85DD99

Color #85DD99 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #85DD99

Tints of Light Green #85DD99

Color information

#85DD99 (or 0x85DD99) is unknown color: approx Light Green. HEX triplet: 85, DD and 99. RGB value is (133,221,153). Sum of RGB (Red+Green+Blue) = 133+221+153=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 153 (60.16% from 255 or 30.18% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD99 is #7A2266. Grayscale: #BBBBBB. Windows color (decimal): -8004199 or 10083717. OLE color: 10083717.

HSL color Cylindrical-coordinate representation of color #85DD99: hue angle of 133.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85DD99 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB133221153-
CMYK0.4000.310.13
HSL133.64º56.41%69.41%-
HSV(B)133.64º39.82%86.67%-
XYZ41.285939.35-
YUV186.94108.8589.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 153 (60.16% from 255) = 30.18%
R=26.23%
G=43.59%
B=30.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211530.4000.310.13133.6456.4169.41
Hex85DD992801FD863845
Octal205335231500371520670105
Binary1000010111011101100110011010000111111101100001101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85DD99; }

 p { color: rgb(133,221,153); }

 H1.HeaderClassName
 {
   color: #85DD99;
 }
 .AnyTagClassName
 {
   color: #85DD99;
 }
</style>
background-color css

<style>
 a { background-color: #85DD99; }

 a { background-color: rgb(133,221,153); }

 div.DivClassName
 {
   background-color: #85DD99;
 }
 .BgClassName
 {
   background-color: #85DD99;
 }
</style>
border-color css

<style>
 span { border-color: #85DD99; }

 span { border-color: rgb(133,221,153); }

 td.TdClassName
 {
   border-color: #85DD99;
 }
 .TagClassName
 {
   border-color: #85DD99;
 }
</style>