#85FB95

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

Shades of Light Green #85FB95

Tints of Light Green #85FB95

Color information

#85FB95 (or 0x85FB95) is unknown color: approx Light Green. HEX triplet: 85, FB and 95. RGB value is (133,251,149). Sum of RGB (Red+Green+Blue) = 133+251+149=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FB95 is #7A046A. Grayscale: #CCCCCC. Windows color (decimal): -7996523 or 9829253. OLE color: 9829253.

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

Color convert

RGB133251149-
CMYK0.4700.410.02
HSL128.14º93.65%75.29%-
HSV(B)128.14º47.01%98.43%-
XYZ49.5976.1540.52-
YUV204.0996.9177.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.95%
GREEN value IS 251 (98.44% from 255) = 47.09%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=24.95%
G=47.09%
B=27.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332511490.4700.410.02128.1493.6575.29
Hex85FB952F0292805e4b
Octal205373225570512200136113
Binary1000010111111011100101011011110101001101000000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,251,149); }

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

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

 a { background-color: rgb(133,251,149); }

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

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

 span { border-color: rgb(133,251,149); }

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