#85FA8F

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

Shades of Light Green #85FA8F

Tints of Light Green #85FA8F

Color information

#85FA8F (or 0x85FA8F) is unknown color: approx Light Green. HEX triplet: 85, FA and 8F. RGB value is (133,250,143). Sum of RGB (Red+Green+Blue) = 133+250+143=526 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.29% from 526); Green value is 250 (98.05% from 255 or 47.53% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FA8F is #7A0570. Grayscale: #CBCBCB. Windows color (decimal): -7996785 or 9435781. OLE color: 9435781.

HSL color Cylindrical-coordinate representation of color #85FA8F: hue angle of 125.13º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FA8F is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB133250143-
CMYK0.4700.430.02
HSL125.13º92.13%75.1%-
HSV(B)125.13º46.8%98.04%-
XYZ48.8275.3437.96-
YUV202.8294.2478.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.29%
GREEN value IS 250 (98.05% from 255) = 47.53%
BLUE value IS 143 (56.25% from 255) = 27.19%
R=25.29%
G=47.53%
B=27.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332501430.4700.430.02125.1392.1375.1
Hex85FA8F2F02B27d5c4b
Octal205372217570532175134113
Binary100001011111101010001111101111010101110111110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,250,143); }

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

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

 a { background-color: rgb(133,250,143); }

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

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

 span { border-color: rgb(133,250,143); }

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