#85ef97

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

Shades of Light Green #85EF97

Tints of Light Green #85EF97

Color information

#85EF97 (or 0x85EF97) is unknown color: approx Light Green. HEX triplet: 85, EF and 97. RGB value is (133,239,151). Sum of RGB (Red+Green+Blue) = 133+239+151=523 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.43% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EF97 is #7A1068. Grayscale: #C5C5C5. Windows color (decimal): -7999593 or 9957253. OLE color: 9957253.

HSL color Cylindrical-coordinate representation of color #85EF97: hue angle of 130.19º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85EF97 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB133239151-
CMYK0.4400.370.06
HSL130.19º76.81%72.94%-
HSV(B)130.19º44.35%93.73%-
XYZ46.1368.9540.16-
YUV197.27101.8882.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.43%
GREEN value IS 239 (93.75% from 255) = 45.70%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=25.43%
G=45.70%
B=28.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332391510.4400.370.06130.1976.8172.94
Hex85EF972C0256824d49
Octal205357227540456202115111
Binary10000101111011111001011110110001001011101000001010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ef97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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