#85F79E

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

Shades of Light Green #85F79E

Tints of Light Green #85F79E

Color information

#85F79E (or 0x85F79E) is unknown color: approx Light Green. HEX triplet: 85, F7 and 9E. RGB value is (133,247,158). Sum of RGB (Red+Green+Blue) = 133+247+158=538 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.72% from 538); Green value is 247 (96.88% from 255 or 45.91% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 247 - color contains mainly: green. Hex color #85F79E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F79E is #7A0861. Grayscale: #CBCBCB. Windows color (decimal): -7997538 or 10418053. OLE color: 10418053.

HSL color Cylindrical-coordinate representation of color #85F79E: hue angle of 133.16º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F79E is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB133247158-
CMYK0.4600.360.03
HSL133.16º87.69%74.51%-
HSV(B)133.16º46.15%96.86%-
XYZ49.1173.9844.04-
YUV202.77102.7378.24-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.72%
GREEN value IS 247 (96.88% from 255) = 45.91%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=24.72%
G=45.91%
B=29.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332471580.4600.360.03133.1687.6974.51
Hex85F79E2E024385584b
Octal205367236560443205130113
Binary1000010111110111100111101011100100100111000010110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,247,158); }

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

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

 a { background-color: rgb(133,247,158); }

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

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

 span { border-color: rgb(133,247,158); }

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