#85DC97

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

Shades of Light Green #85DC97

Tints of Light Green #85DC97

Color information

#85DC97 (or 0x85DC97) is unknown color: approx Light Green. HEX triplet: 85, DC and 97. RGB value is (133,220,151). Sum of RGB (Red+Green+Blue) = 133+220+151=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DC97 is #7A2368. Grayscale: #BABABA. Windows color (decimal): -8004457 or 9952389. OLE color: 9952389.

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

Color convert

RGB133220151-
CMYK0.4000.310.14
HSL132.41º55.41%69.22%-
HSV(B)132.41º39.55%86.27%-
XYZ40.8558.4138.4-
YUV186.12108.1890.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.39%
GREEN value IS 220 (86.33% from 255) = 43.65%
BLUE value IS 151 (59.38% from 255) = 29.96%
R=26.39%
G=43.65%
B=29.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201510.4000.310.14132.4155.4169.22
Hex85DC972801FE843745
Octal205334227500371620467105
Binary1000010111011100100101111010000111111110100001001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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