#85E89D

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

Shades of Light Green #85E89D

Tints of Light Green #85E89D

Color information

#85E89D (or 0x85E89D) is unknown color: approx Light Green. HEX triplet: 85, E8 and 9D. RGB value is (133,232,157). Sum of RGB (Red+Green+Blue) = 133+232+157=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 232 (91.02% from 255 or 44.44% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 232 - color contains mainly: green. Hex color #85E89D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E89D is #7A1762. Grayscale: #C2C2C2. Windows color (decimal): -8001379 or 10348677. OLE color: 10348677.

HSL color Cylindrical-coordinate representation of color #85E89D: hue angle of 134.55º 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 #85E89D is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB133232157-
CMYK0.4300.320.09
HSL134.55º68.28%71.57%-
HSV(B)134.55º42.67%90.98%-
XYZ44.6265.1342.12-
YUV193.85107.284.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.48%
GREEN value IS 232 (91.02% from 255) = 44.44%
BLUE value IS 157 (61.72% from 255) = 30.08%
R=25.48%
G=44.44%
B=30.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332321570.4300.320.09134.5568.2871.57
Hex85E89D2B0209874448
Octal2053502355304011207104110
Binary100001011110100010011101101011010000010011000011110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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