#85FB90

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

Shades of Light Green #85FB90

Tints of Light Green #85FB90

Color information

#85FB90 (or 0x85FB90) is unknown color: approx Light Green. HEX triplet: 85, FB and 90. RGB value is (133,251,144). Sum of RGB (Red+Green+Blue) = 133+251+144=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FB90 is #7A046F. Grayscale: #CBCBCB. Windows color (decimal): -7996528 or 9501573. OLE color: 9501573.

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

Color convert

RGB133251144-
CMYK0.4700.430.02
HSL125.59º93.65%75.29%-
HSV(B)125.59º47.01%98.43%-
XYZ49.275.9938.46-
YUV203.5294.4177.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 251 (98.44% from 255) = 47.54%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=25.19%
G=47.54%
B=27.27%

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
Decimal1332511440.4700.430.02125.5993.6575.29
Hex85FB902F02B27e5e4b
Octal205373220570532176136113
Binary100001011111101110010000101111010101110111111010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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