Shades of Lawn Green #85F518
Tints of Lawn Green #85F518
RGB
CMYK
RGB Variations
Color information
#85F518 (or 0x85F518) is known color: Lawn Green. HEX triplet: 85, F5 and 18. RGB value is (133,245,24). Sum of RGB (Red+Green+Blue) = 133+245+24=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 245 (96.09% from 255 or 60.95% from 402); Blue value is 24 (9.77% from 255 or 5.97% from 402); Max value from RGB is 245 - color contains mainly: green. Hex color #85F518 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85F518 is #7A0AE7. Grayscale: #BBBBBB. Windows color (decimal): -7998184 or 1635717. OLE color: 1635717.
HSL color Cylindrical-coordinate representation of color #85F518: hue angle of 90.41º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85F518 is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 245 | 24 | - |
| CMYK | 0.46 | 0 | 0.90 | 0.04 |
| HSL | 90.41º | 0.92% | 0.53% | - |
| HSV(B) | 90.41º | 0.9% | 0.96% | - |
| XYZ | 42.49 | 70.36 | 12.21 | - |
| YUV | 186.32 | 36.39 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 245 | 24 | 0.46 | 0 | 0.90 | 0.04 | 90.41 | 0.92 | 0.53 |
| Hex | 85 | F5 | 18 | 2E | 0 | 5A | 4 | 5A | 5C | 35 |
| Octal | 205 | 365 | 30 | 56 | 0 | 132 | 4 | 132 | 134 | 65 |
| Binary | 10000101 | 11110101 | 11000 | 101110 | 0 | 1011010 | 100 | 1011010 | 1011100 | 110101 |
Color Harmonies of #85F518
Complementary color
Monochromatic Colors of #85F518
Black with #85F518
Text Example
Text Example
White with #85F518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F518; }
p { color: rgb(133,245,24); }
H1.HeaderClassName
{
color: #85F518;
}
.AnyTagClassName
{
color: #85F518;
}
</style>
background-color css
<style>
a { background-color: #85F518; }
a { background-color: rgb(133,245,24); }
div.DivClassName
{
background-color: #85F518;
}
.BgClassName
{
background-color: #85F518;
}
</style>
border-color css
<style>
span { border-color: #85F518; }
span { border-color: rgb(133,245,24); }
td.TdClassName
{
border-color: #85F518;
}
.TagClassName
{
border-color: #85F518;
}
</style>