Shades of Lawn Green #85F516
Tints of Lawn Green #85F516
RGB
CMYK
RGB Variations
Color information
#85F516 (or 0x85F516) is known color: Lawn Green. HEX triplet: 85, F5 and 16. RGB value is (133,245,22). Sum of RGB (Red+Green+Blue) = 133+245+22=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 245 (96.09% from 255 or 61.25% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 245 - color contains mainly: green. Hex color #85F516 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F516 is #7A0AE9. Grayscale: #BABABA. Windows color (decimal): -7998186 or 1504645. OLE color: 1504645.
HSL color Cylindrical-coordinate representation of color #85F516: hue angle of 90.13º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85F516 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 22 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.04 |
| HSL | 90.13º | 0.92% | 0.52% | - |
| HSV(B) | 90.13º | 0.91% | 0.96% | - |
| XYZ | 42.47 | 70.35 | 12.1 | - |
| YUV | 186.09 | 35.39 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 22 | 0.46 | 0 | 0.91 | 0.04 | 90.13 | 0.92 | 0.52 |
| Hex | 85 | F5 | 16 | 2E | 0 | 5B | 4 | 5A | 5C | 34 |
| Octal | 205 | 365 | 26 | 56 | 0 | 133 | 4 | 132 | 134 | 64 |
| Binary | 10000101 | 11110101 | 10110 | 101110 | 0 | 1011011 | 100 | 1011010 | 1011100 | 110100 |
Color Harmonies of #85F516
Complementary color
Monochromatic Colors of #85F516
Black with #85F516
Text Example
Text Example
White with #85F516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F516; }
p { color: rgb(133,245,22); }
H1.HeaderClassName
{
color: #85F516;
}
.AnyTagClassName
{
color: #85F516;
}
</style>
background-color css
<style>
a { background-color: #85F516; }
a { background-color: rgb(133,245,22); }
div.DivClassName
{
background-color: #85F516;
}
.BgClassName
{
background-color: #85F516;
}
</style>
border-color css
<style>
span { border-color: #85F516; }
span { border-color: rgb(133,245,22); }
td.TdClassName
{
border-color: #85F516;
}
.TagClassName
{
border-color: #85F516;
}
</style>