Shades of Lawn Green #85F015
Tints of Lawn Green #85F015
RGB
CMYK
RGB Variations
Color information
#85F015 (or 0x85F015) is known color: Lawn Green. HEX triplet: 85, F0 and 15. RGB value is (133,240,21). Sum of RGB (Red+Green+Blue) = 133+240+21=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 240 (94.14% from 255 or 60.91% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 240 - color contains mainly: green. Hex color #85F015 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F015 is #7A0FEA. Grayscale: #B7B7B7. Windows color (decimal): -7999467 or 1437829. OLE color: 1437829.
HSL color Cylindrical-coordinate representation of color #85F015: hue angle of 89.32º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85F015 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 240 | 21 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.06 |
| HSL | 89.32º | 0.88% | 0.51% | - |
| HSV(B) | 89.32º | 0.91% | 0.94% | - |
| XYZ | 40.97 | 67.36 | 11.55 | - |
| YUV | 183.04 | 36.55 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 240 | 21 | 0.45 | 0 | 0.91 | 0.06 | 89.32 | 0.88 | 0.51 |
| Hex | 85 | F0 | 15 | 2D | 0 | 5B | 6 | 59 | 58 | 33 |
| Octal | 205 | 360 | 25 | 55 | 0 | 133 | 6 | 131 | 130 | 63 |
| Binary | 10000101 | 11110000 | 10101 | 101101 | 0 | 1011011 | 110 | 1011001 | 1011000 | 110011 |
Color Harmonies of #85F015
Complementary color
Monochromatic Colors of #85F015
Black with #85F015
Text Example
Text Example
White with #85F015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F015; }
p { color: rgb(133,240,21); }
H1.HeaderClassName
{
color: #85F015;
}
.AnyTagClassName
{
color: #85F015;
}
</style>
background-color css
<style>
a { background-color: #85F015; }
a { background-color: rgb(133,240,21); }
div.DivClassName
{
background-color: #85F015;
}
.BgClassName
{
background-color: #85F015;
}
</style>
border-color css
<style>
span { border-color: #85F015; }
span { border-color: rgb(133,240,21); }
td.TdClassName
{
border-color: #85F015;
}
.TagClassName
{
border-color: #85F015;
}
</style>