Shades of Lawn Green #85F517
Tints of Lawn Green #85F517
RGB
CMYK
RGB Variations
Color information
#85F517 (or 0x85F517) is known color: Lawn Green. HEX triplet: 85, F5 and 17. RGB value is (133,245,23). Sum of RGB (Red+Green+Blue) = 133+245+23=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 245 (96.09% from 255 or 61.10% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 245 - color contains mainly: green. Hex color #85F517 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F517 is #7A0AE8. Grayscale: #BABABA. Windows color (decimal): -7998185 or 1570181. OLE color: 1570181.
HSL color Cylindrical-coordinate representation of color #85F517: hue angle of 90.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #85F517 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 23 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.04 |
| HSL | 90.27º | 0.92% | 0.53% | - |
| HSV(B) | 90.27º | 0.91% | 0.96% | - |
| XYZ | 42.48 | 70.35 | 12.15 | - |
| YUV | 186.2 | 35.89 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 23 | 0.46 | 0 | 0.91 | 0.04 | 90.27 | 0.92 | 0.53 |
| Hex | 85 | F5 | 17 | 2E | 0 | 5B | 4 | 5A | 5C | 35 |
| Octal | 205 | 365 | 27 | 56 | 0 | 133 | 4 | 132 | 134 | 65 |
| Binary | 10000101 | 11110101 | 10111 | 101110 | 0 | 1011011 | 100 | 1011010 | 1011100 | 110101 |
Color Harmonies of #85F517
Complementary color
Monochromatic Colors of #85F517
Black with #85F517
Text Example
Text Example
White with #85F517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F517; }
p { color: rgb(133,245,23); }
H1.HeaderClassName
{
color: #85F517;
}
.AnyTagClassName
{
color: #85F517;
}
</style>
background-color css
<style>
a { background-color: #85F517; }
a { background-color: rgb(133,245,23); }
div.DivClassName
{
background-color: #85F517;
}
.BgClassName
{
background-color: #85F517;
}
</style>
border-color css
<style>
span { border-color: #85F517; }
span { border-color: rgb(133,245,23); }
td.TdClassName
{
border-color: #85F517;
}
.TagClassName
{
border-color: #85F517;
}
</style>