Shades of Light Green #85FC90
Tints of Light Green #85FC90
RGB
CMYK
RGB Variations
Color information
#85FC90 (or 0x85FC90) is known color: Light Green. HEX triplet: 85, FC and 90. RGB value is (133,252,144). Sum of RGB (Red+Green+Blue) = 133+252+144=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FC90 is #7A036F. Grayscale: #CCCCCC. Windows color (decimal): -7996272 or 9501829. OLE color: 9501829.
HSL color Cylindrical-coordinate representation of color #85FC90: hue angle of 125.55º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FC90 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 144 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.01 |
| HSL | 125.55º | 0.95% | 0.75% | - |
| HSV(B) | 125.55º | 0.47% | 0.99% | - |
| XYZ | 49.52 | 76.62 | 38.57 | - |
| YUV | 204.11 | 94.08 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 144 | 0.47 | 0 | 0.43 | 0.01 | 125.55 | 0.95 | 0.75 |
| Hex | 85 | FC | 90 | 2F | 0 | 2B | 1 | 7E | 5F | 4B |
| Octal | 205 | 374 | 220 | 57 | 0 | 53 | 1 | 176 | 137 | 113 |
| Binary | 10000101 | 11111100 | 10010000 | 101111 | 0 | 101011 | 1 | 1111110 | 1011111 | 1001011 |
Color Harmonies of #85FC90
Complementary color
Monochromatic Colors of #85FC90
Black with #85FC90
Text Example
Text Example
White with #85FC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FC90; }
p { color: rgb(133,252,144); }
H1.HeaderClassName
{
color: #85FC90;
}
.AnyTagClassName
{
color: #85FC90;
}
</style>
background-color css
<style>
a { background-color: #85FC90; }
a { background-color: rgb(133,252,144); }
div.DivClassName
{
background-color: #85FC90;
}
.BgClassName
{
background-color: #85FC90;
}
</style>
border-color css
<style>
span { border-color: #85FC90; }
span { border-color: rgb(133,252,144); }
td.TdClassName
{
border-color: #85FC90;
}
.TagClassName
{
border-color: #85FC90;
}
</style>