#85E997

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

Shades of Light Green #85E997

Tints of Light Green #85E997

Color information

#85E997 (or 0x85E997) is unknown color: approx Light Green. HEX triplet: 85, E9 and 97. RGB value is (133,233,151). Sum of RGB (Red+Green+Blue) = 133+233+151=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 233 (91.41% from 255 or 45.07% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 233 - color contains mainly: green. Hex color #85E997 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85E997 is #7A1668. Grayscale: #C1C1C1. Windows color (decimal): -8001129 or 9955717. OLE color: 9955717.

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

Color convert

RGB133233151-
CMYK0.4300.350.09
HSL130.8º69.44%71.76%-
HSV(B)130.8º42.92%91.37%-
XYZ44.465.539.58-
YUV193.75103.8784.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.73%
GREEN value IS 233 (91.41% from 255) = 45.07%
BLUE value IS 151 (59.38% from 255) = 29.21%
R=25.73%
G=45.07%
B=29.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332331510.4300.350.09130.869.4471.76
Hex85E9972B0239834548
Octal2053512275304311203105110
Binary100001011110100110010111101011010001110011000001110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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