#85f57c

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

Shades of Light Green #85F57C

Tints of Light Green #85F57C

Color information

#85F57C (or 0x85F57C) is unknown color: approx Light Green. HEX triplet: 85, F5 and 7C. RGB value is (133,245,124). Sum of RGB (Red+Green+Blue) = 133+245+124=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 124 (48.83% from 255 or 24.70% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #85F57C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F57C is #7A0A83. Grayscale: #C6C6C6. Windows color (decimal): -7998084 or 8189317. OLE color: 8189317.

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

Color convert

RGB133245124-
CMYK0.4600.490.04
HSL115.54º85.82%72.35%-
HSV(B)115.54º49.39%96.08%-
XYZ45.9671.7530.49-
YUV197.7286.3981.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.49%
GREEN value IS 245 (96.09% from 255) = 48.80%
BLUE value IS 124 (48.83% from 255) = 24.70%
R=26.49%
G=48.80%
B=24.70%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332451240.4600.490.04115.5485.8272.35
Hex85F57C2E0314745648
Octal205365174560614164126110
Binary100001011111010111111001011100110001100111010010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85f57c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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