#85DF97

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

Shades of Light Green #85DF97

Tints of Light Green #85DF97

Color information

#85DF97 (or 0x85DF97) is unknown color: approx Light Green. HEX triplet: 85, DF and 97. RGB value is (133,223,151). Sum of RGB (Red+Green+Blue) = 133+223+151=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF97 is #7A2068. Grayscale: #BCBCBC. Windows color (decimal): -8003689 or 9953157. OLE color: 9953157.

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

Color convert

RGB133223151-
CMYK0.4000.320.13
HSL132º58.44%69.8%-
HSV(B)132º40.36%87.45%-
XYZ41.656038.66-
YUV187.88107.1888.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 223 (87.5% from 255) = 43.98%
BLUE value IS 151 (59.38% from 255) = 29.78%
R=26.23%
G=43.98%
B=29.78%

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
Decimal1332231510.4000.320.1313258.4469.8
Hex85DF9728020D843a46
Octal205337227500401520472106
Binary10000101110111111001011110100001000001101100001001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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