#85E89C

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

Shades of Light Green #85E89C

Tints of Light Green #85E89C

Color information

#85E89C (or 0x85E89C) is unknown color: approx Light Green. HEX triplet: 85, E8 and 9C. RGB value is (133,232,156). Sum of RGB (Red+Green+Blue) = 133+232+156=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #85E89C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E89C is #7A1763. Grayscale: #C1C1C1. Windows color (decimal): -8001380 or 10283141. OLE color: 10283141.

HSL color Cylindrical-coordinate representation of color #85E89C: hue angle of 133.94º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85E89C is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB133232156-
CMYK0.4300.330.09
HSL133.94º68.28%71.57%-
HSV(B)133.94º42.67%90.98%-
XYZ44.5365.141.67-
YUV193.74106.784.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.53%
GREEN value IS 232 (91.02% from 255) = 44.53%
BLUE value IS 156 (61.33% from 255) = 29.94%
R=25.53%
G=44.53%
B=29.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332321560.4300.330.09133.9468.2871.57
Hex85E89C2B0219864448
Octal2053502345304111206104110
Binary100001011110100010011100101011010000110011000011010001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,232,156); }

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

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

 a { background-color: rgb(133,232,156); }

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

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

 span { border-color: rgb(133,232,156); }

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