#85FC89

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

Shades of Light Green #85FC89

Tints of Light Green #85FC89

Color information

#85FC89 (or 0x85FC89) is unknown color: approx Light Green. HEX triplet: 85, FC and 89. RGB value is (133,252,137). Sum of RGB (Red+Green+Blue) = 133+252+137=522 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.48% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC89 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FC89 is #7A0376. Grayscale: #CBCBCB. Windows color (decimal): -7996279 or 9043077. OLE color: 9043077.

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

Color convert

RGB133252137-
CMYK0.4700.460.01
HSL122.02º95.2%75.49%-
HSV(B)122.02º47.22%98.82%-
XYZ4976.4135.83-
YUV203.3190.5877.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.48%
GREEN value IS 252 (98.83% from 255) = 48.28%
BLUE value IS 137 (53.91% from 255) = 26.25%
R=25.48%
G=48.28%
B=26.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332521370.4700.460.01122.0295.275.49
Hex85FC892F02E17a5f4b
Octal205374211570561172137113
Binary10000101111111001000100110111101011101111101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FC89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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