#85FA7F

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

Shades of Light Green #85FA7F

Tints of Light Green #85FA7F

Color information

#85FA7F (or 0x85FA7F) is unknown color: approx Light Green. HEX triplet: 85, FA and 7F. RGB value is (133,250,127). Sum of RGB (Red+Green+Blue) = 133+250+127=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 250 (98.05% from 255 or 49.02% from 510); Blue value is 127 (50% from 255 or 24.90% from 510); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FA7F is #7A0580. Grayscale: #C9C9C9. Windows color (decimal): -7996801 or 8387205. OLE color: 8387205.

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

Color convert

RGB133250127-
CMYK0.4700.490.02
HSL117.07º92.48%73.92%-
HSV(B)117.07º49.2%98.04%-
XYZ47.6974.8932.02-
YUV20186.2479.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.08%
GREEN value IS 250 (98.05% from 255) = 49.02%
BLUE value IS 127 (50% from 255) = 24.90%
R=26.08%
G=49.02%
B=24.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332501270.4700.490.02117.0792.4873.92
Hex85FA7F2F0312755c4a
Octal205372177570612165134112
Binary10000101111110101111111101111011000110111010110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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