#85DF95

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

Shades of Light Green #85DF95

Tints of Light Green #85DF95

Color information

#85DF95 (or 0x85DF95) is unknown color: approx Light Green. HEX triplet: 85, DF and 95. RGB value is (133,223,149). Sum of RGB (Red+Green+Blue) = 133+223+149=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF95 is #7A206A. Grayscale: #BBBBBB. Windows color (decimal): -8003691 or 9822085. OLE color: 9822085.

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

Color convert

RGB133223149-
CMYK0.4000.330.13
HSL130.67º58.44%69.8%-
HSV(B)130.67º40.36%87.45%-
XYZ41.4959.9337.82-
YUV187.65106.1889.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.34%
GREEN value IS 223 (87.5% from 255) = 44.16%
BLUE value IS 149 (58.59% from 255) = 29.50%
R=26.34%
G=44.16%
B=29.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332231490.4000.330.13130.6758.4469.8
Hex85DF9528021D833a46
Octal205337225500411520372106
Binary10000101110111111001010110100001000011101100000111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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