#85DF9A

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

Shades of Light Green #85DF9A

Tints of Light Green #85DF9A

Color information

#85DF9A (or 0x85DF9A) is unknown color: approx Light Green. HEX triplet: 85, DF and 9A. RGB value is (133,223,154). Sum of RGB (Red+Green+Blue) = 133+223+154=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 154 (60.55% from 255 or 30.20% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DF9A is #7A2065. Grayscale: #BCBCBC. Windows color (decimal): -8003686 or 10149765. OLE color: 10149765.

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

Color convert

RGB133223154-
CMYK0.4000.310.13
HSL134º58.44%69.8%-
HSV(B)134º40.36%87.45%-
XYZ41.8960.0939.96-
YUV188.22108.6888.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.08%
GREEN value IS 223 (87.5% from 255) = 43.73%
BLUE value IS 154 (60.55% from 255) = 30.20%
R=26.08%
G=43.73%
B=30.20%

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
Decimal1332231540.4000.310.1313458.4469.8
Hex85DF9A2801FD863a46
Octal205337232500371520672106
Binary1000010111011111100110101010000111111101100001101110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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