Shades of Light Green #85FF90
Tints of Light Green #85FF90
RGB
CMYK
RGB Variations
Color information
#85FF90 (or 0x85FF90) is known color: Light Green. HEX triplet: 85, FF and 90. RGB value is (133,255,144). Sum of RGB (Red+Green+Blue) = 133+255+144=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF90 is #7A006F. Grayscale: #CECECE. Windows color (decimal): -7995504 or 9502597. OLE color: 9502597.
HSL color Cylindrical-coordinate representation of color #85FF90: hue angle of 125.41º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FF90 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 255 | 144 | - |
| CMYK | 0.48 | 0 | 0.44 | 0 |
| HSL | 125.41º | 1% | 0.76% | - |
| HSV(B) | 125.41º | 0.48% | 1% | - |
| XYZ | 50.47 | 78.52 | 38.88 | - |
| YUV | 205.87 | 93.08 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 255 | 144 | 0.48 | 0 | 0.44 | 0 | 125.41 | 1 | 0.76 |
| Hex | 85 | FF | 90 | 30 | 0 | 2C | 0 | 7D | 64 | 4C |
| Octal | 205 | 377 | 220 | 60 | 0 | 54 | 0 | 175 | 144 | 114 |
| Binary | 10000101 | 11111111 | 10010000 | 110000 | 0 | 101100 | 0 | 1111101 | 1100100 | 1001100 |
Color Harmonies of #85FF90
Complementary color
Monochromatic Colors of #85FF90
Black with #85FF90
Text Example
Text Example
White with #85FF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FF90; }
p { color: rgb(133,255,144); }
H1.HeaderClassName
{
color: #85FF90;
}
.AnyTagClassName
{
color: #85FF90;
}
</style>
background-color css
<style>
a { background-color: #85FF90; }
a { background-color: rgb(133,255,144); }
div.DivClassName
{
background-color: #85FF90;
}
.BgClassName
{
background-color: #85FF90;
}
</style>
border-color css
<style>
span { border-color: #85FF90; }
span { border-color: rgb(133,255,144); }
td.TdClassName
{
border-color: #85FF90;
}
.TagClassName
{
border-color: #85FF90;
}
</style>