Shades of Lawn Green #85DF18
Tints of Lawn Green #85DF18
RGB
CMYK
RGB Variations
Color information
#85DF18 (or 0x85DF18) is known color: Lawn Green. HEX triplet: 85, DF and 18. RGB value is (133,223,24). Sum of RGB (Red+Green+Blue) = 133+223+24=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 223 (87.5% from 255 or 58.68% from 380); Blue value is 24 (9.77% from 255 or 6.32% from 380); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DF18 is #7A20E7. Grayscale: #AEAEAE. Windows color (decimal): -8003816 or 1630085. OLE color: 1630085.
HSL color Cylindrical-coordinate representation of color #85DF18: hue angle of 87.14º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85DF18 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 24 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.13 |
| HSL | 87.14º | 0.81% | 0.48% | - |
| HSV(B) | 87.14º | 0.89% | 0.87% | - |
| XYZ | 36.23 | 57.83 | 10.12 | - |
| YUV | 173.4 | 43.68 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 24 | 0.40 | 0 | 0.89 | 0.13 | 87.14 | 0.81 | 0.48 |
| Hex | 85 | DF | 18 | 28 | 0 | 59 | D | 57 | 51 | 30 |
| Octal | 205 | 337 | 30 | 50 | 0 | 131 | 15 | 127 | 121 | 60 |
| Binary | 10000101 | 11011111 | 11000 | 101000 | 0 | 1011001 | 1101 | 1010111 | 1010001 | 110000 |
Color Harmonies of #85DF18
Complementary color
Monochromatic Colors of #85DF18
Black with #85DF18
Text Example
Text Example
White with #85DF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF18; }
p { color: rgb(133,223,24); }
H1.HeaderClassName
{
color: #85DF18;
}
.AnyTagClassName
{
color: #85DF18;
}
</style>
background-color css
<style>
a { background-color: #85DF18; }
a { background-color: rgb(133,223,24); }
div.DivClassName
{
background-color: #85DF18;
}
.BgClassName
{
background-color: #85DF18;
}
</style>
border-color css
<style>
span { border-color: #85DF18; }
span { border-color: rgb(133,223,24); }
td.TdClassName
{
border-color: #85DF18;
}
.TagClassName
{
border-color: #85DF18;
}
</style>