Shades of Lawn Green #85EF16
Tints of Lawn Green #85EF16
RGB
CMYK
RGB Variations
Color information
#85EF16 (or 0x85EF16) is known color: Lawn Green. HEX triplet: 85, EF and 16. RGB value is (133,239,22). Sum of RGB (Red+Green+Blue) = 133+239+22=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 239 (93.75% from 255 or 60.66% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85EF16 is #7A10E9. Grayscale: #B7B7B7. Windows color (decimal): -7999722 or 1503109. OLE color: 1503109.
HSL color Cylindrical-coordinate representation of color #85EF16: hue angle of 89.31º degrees, saturation: 0.87, 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 #85EF16 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 239 | 22 | - |
| CMYK | 0.44 | 0 | 0.91 | 0.06 |
| HSL | 89.31º | 0.87% | 0.51% | - |
| HSV(B) | 89.31º | 0.91% | 0.94% | - |
| XYZ | 40.68 | 66.78 | 11.5 | - |
| YUV | 182.57 | 37.38 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 239 | 22 | 0.44 | 0 | 0.91 | 0.06 | 89.31 | 0.87 | 0.51 |
| Hex | 85 | EF | 16 | 2C | 0 | 5B | 6 | 59 | 57 | 33 |
| Octal | 205 | 357 | 26 | 54 | 0 | 133 | 6 | 131 | 127 | 63 |
| Binary | 10000101 | 11101111 | 10110 | 101100 | 0 | 1011011 | 110 | 1011001 | 1010111 | 110011 |
Color Harmonies of #85EF16
Complementary color
Monochromatic Colors of #85EF16
Black with #85EF16
Text Example
Text Example
White with #85EF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85EF16; }
p { color: rgb(133,239,22); }
H1.HeaderClassName
{
color: #85EF16;
}
.AnyTagClassName
{
color: #85EF16;
}
</style>
background-color css
<style>
a { background-color: #85EF16; }
a { background-color: rgb(133,239,22); }
div.DivClassName
{
background-color: #85EF16;
}
.BgClassName
{
background-color: #85EF16;
}
</style>
border-color css
<style>
span { border-color: #85EF16; }
span { border-color: rgb(133,239,22); }
td.TdClassName
{
border-color: #85EF16;
}
.TagClassName
{
border-color: #85EF16;
}
</style>