#85FA91

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

Shades of Light Green #85FA91

Tints of Light Green #85FA91

Color information

#85FA91 (or 0x85FA91) is unknown color: approx Light Green. HEX triplet: 85, FA and 91. RGB value is (133,250,145). Sum of RGB (Red+Green+Blue) = 133+250+145=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FA91 is #7A056E. Grayscale: #CBCBCB. Windows color (decimal): -7996783 or 9566853. OLE color: 9566853.

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

Color convert

RGB133250145-
CMYK0.4700.420.02
HSL126.15º92.13%75.1%-
HSV(B)126.15º46.8%98.04%-
XYZ48.9775.438.76-
YUV203.0595.2478.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 250 (98.05% from 255) = 47.35%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=25.19%
G=47.35%
B=27.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332501450.4700.420.02126.1592.1375.1
Hex85FA912F02A27e5c4b
Octal205372221570522176134113
Binary100001011111101010010001101111010101010111111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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