#85F59F

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

Shades of Light Green #85F59F

Tints of Light Green #85F59F

Color information

#85F59F (or 0x85F59F) is unknown color: approx Light Green. HEX triplet: 85, F5 and 9F. RGB value is (133,245,159). Sum of RGB (Red+Green+Blue) = 133+245+159=537 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.77% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #85F59F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F59F is #7A0A60. Grayscale: #C9C9C9. Windows color (decimal): -7998049 or 10483077. OLE color: 10483077.

HSL color Cylindrical-coordinate representation of color #85F59F: hue angle of 133.93º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F59F is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB133245159-
CMYK0.4600.350.04
HSL133.93º84.85%74.12%-
HSV(B)133.93º45.71%96.08%-
XYZ48.5872.7944.29-
YUV201.71103.8978.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.77%
GREEN value IS 245 (96.09% from 255) = 45.62%
BLUE value IS 159 (62.5% from 255) = 29.61%
R=24.77%
G=45.62%
B=29.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332451590.4600.350.04133.9384.8574.12
Hex85F59F2E023486554a
Octal205365237560434206125112
Binary10000101111101011001111110111001000111001000011010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,245,159); }

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

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

 a { background-color: rgb(133,245,159); }

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

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

 span { border-color: rgb(133,245,159); }

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