#85FC81

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

Shades of Light Green #85FC81

Tints of Light Green #85FC81

Color information

#85FC81 (or 0x85FC81) is unknown color: approx Light Green. HEX triplet: 85, FC and 81. RGB value is (133,252,129). Sum of RGB (Red+Green+Blue) = 133+252+129=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 129 (50.78% from 255 or 25.10% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FC81 is #7A037E. Grayscale: #CACACA. Windows color (decimal): -7996287 or 8518789. OLE color: 8518789.

HSL color Cylindrical-coordinate representation of color #85FC81: hue angle of 118.05º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85FC81 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB133252129-
CMYK0.4700.490.01
HSL118.05º95.35%74.71%-
HSV(B)118.05º48.81%98.82%-
XYZ48.4576.1932.92-
YUV202.486.5878.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.88%
GREEN value IS 252 (98.83% from 255) = 49.03%
BLUE value IS 129 (50.78% from 255) = 25.10%
R=25.88%
G=49.03%
B=25.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332521290.4700.490.01118.0595.3574.71
Hex85FC812F0311765f4b
Octal205374201570611166137113
Binary10000101111111001000000110111101100011111011010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,252,129); }

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

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

 a { background-color: rgb(133,252,129); }

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

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

 span { border-color: rgb(133,252,129); }

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