#85DD97

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

Shades of Light Green #85DD97

Tints of Light Green #85DD97

Color information

#85DD97 (or 0x85DD97) is unknown color: approx Light Green. HEX triplet: 85, DD and 97. RGB value is (133,221,151). Sum of RGB (Red+Green+Blue) = 133+221+151=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #85DD97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DD97 is #7A2268. Grayscale: #BABABA. Windows color (decimal): -8004201 or 9952645. OLE color: 9952645.

HSL color Cylindrical-coordinate representation of color #85DD97: hue angle of 132.27º 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 #85DD97 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB133221151-
CMYK0.4000.320.13
HSL132.27º56.41%69.41%-
HSV(B)132.27º39.82%86.67%-
XYZ41.1258.9338.49-
YUV186.71107.8589.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.34%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 151 (59.38% from 255) = 29.90%
R=26.34%
G=43.76%
B=29.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332211510.4000.320.13132.2756.4169.41
Hex85DD9728020D843845
Octal205335227500401520470105
Binary10000101110111011001011110100001000001101100001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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