Shades of Lawn Green #85D90F
Tints of Lawn Green #85D90F
RGB
CMYK
RGB Variations
Color information
#85D90F (or 0x85D90F) is known color: Lawn Green. HEX triplet: 85, D9 and 0F. RGB value is (133,217,15). Sum of RGB (Red+Green+Blue) = 133+217+15=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 217 (85.16% from 255 or 59.45% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 217 - color contains mainly: green. Hex color #85D90F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85D90F is #7A26F0. Grayscale: #A9A9A9. Windows color (decimal): -8005361 or 1038725. OLE color: 1038725.
HSL color Cylindrical-coordinate representation of color #85D90F: hue angle of 84.95º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #85D90F is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 217 | 15 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.15 |
| HSL | 84.95º | 0.87% | 0.45% | - |
| HSV(B) | 84.95º | 0.93% | 0.85% | - |
| XYZ | 34.57 | 54.65 | 9.18 | - |
| YUV | 168.86 | 41.17 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 217 | 15 | 0.39 | 0 | 0.93 | 0.15 | 84.95 | 0.87 | 0.45 |
| Hex | 85 | D9 | F | 27 | 0 | 5D | F | 55 | 57 | 2D |
| Octal | 205 | 331 | 17 | 47 | 0 | 135 | 17 | 125 | 127 | 55 |
| Binary | 10000101 | 11011001 | 1111 | 100111 | 0 | 1011101 | 1111 | 1010101 | 1010111 | 101101 |
Color Harmonies of #85D90F
Complementary color
Monochromatic Colors of #85D90F
Black with #85D90F
Text Example
Text Example
White with #85D90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85D90F; }
p { color: rgb(133,217,15); }
H1.HeaderClassName
{
color: #85D90F;
}
.AnyTagClassName
{
color: #85D90F;
}
</style>
background-color css
<style>
a { background-color: #85D90F; }
a { background-color: rgb(133,217,15); }
div.DivClassName
{
background-color: #85D90F;
}
.BgClassName
{
background-color: #85D90F;
}
</style>
border-color css
<style>
span { border-color: #85D90F; }
span { border-color: rgb(133,217,15); }
td.TdClassName
{
border-color: #85D90F;
}
.TagClassName
{
border-color: #85D90F;
}
</style>