#85FA8D

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

Shades of Light Green #85FA8D

Tints of Light Green #85FA8D

Color information

#85FA8D (or 0x85FA8D) is unknown color: approx Light Green. HEX triplet: 85, FA and 8D. RGB value is (133,250,141). Sum of RGB (Red+Green+Blue) = 133+250+141=524 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.38% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FA8D is #7A0572. Grayscale: #CACACA. Windows color (decimal): -7996787 or 9304709. OLE color: 9304709.

HSL color Cylindrical-coordinate representation of color #85FA8D: hue angle of 124.1º 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 #85FA8D is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB133250141-
CMYK0.4700.440.02
HSL124.1º92.13%75.1%-
HSV(B)124.1º46.8%98.04%-
XYZ48.6775.2837.16-
YUV202.5993.2478.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.38%
GREEN value IS 250 (98.05% from 255) = 47.71%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=25.38%
G=47.71%
B=26.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332501410.4700.440.02124.192.1375.1
Hex85FA8D2F02C27c5c4b
Octal205372215570542174134113
Binary100001011111101010001101101111010110010111110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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