Shades of Lawn Green #85DF03
Tints of Lawn Green #85DF03
RGB
CMYK
RGB Variations
Color information
#85DF03 (or 0x85DF03) is known color: Lawn Green. HEX triplet: 85, DF and 03. RGB value is (133,223,3). Sum of RGB (Red+Green+Blue) = 133+223+3=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 223 (87.5% from 255 or 62.12% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85DF03 is #7A20FC. Grayscale: #ABABAB. Windows color (decimal): -8003837 or 253829. OLE color: 253829.
HSL color Cylindrical-coordinate representation of color #85DF03: hue angle of 84.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #85DF03 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 223 | 3 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.13 |
| HSL | 84.55º | 0.97% | 0.44% | - |
| HSV(B) | 84.55º | 0.99% | 0.87% | - |
| XYZ | 36.08 | 57.77 | 9.34 | - |
| YUV | 171.01 | 33.18 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 223 | 3 | 0.40 | 0 | 0.99 | 0.13 | 84.55 | 0.97 | 0.44 |
| Hex | 85 | DF | 3 | 28 | 0 | 63 | D | 55 | 61 | 2C |
| Octal | 205 | 337 | 3 | 50 | 0 | 143 | 15 | 125 | 141 | 54 |
| Binary | 10000101 | 11011111 | 11 | 101000 | 0 | 1100011 | 1101 | 1010101 | 1100001 | 101100 |
Color Harmonies of #85DF03
Complementary color
Monochromatic Colors of #85DF03
Black with #85DF03
Text Example
Text Example
White with #85DF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85DF03; }
p { color: rgb(133,223,3); }
H1.HeaderClassName
{
color: #85DF03;
}
.AnyTagClassName
{
color: #85DF03;
}
</style>
background-color css
<style>
a { background-color: #85DF03; }
a { background-color: rgb(133,223,3); }
div.DivClassName
{
background-color: #85DF03;
}
.BgClassName
{
background-color: #85DF03;
}
</style>
border-color css
<style>
span { border-color: #85DF03; }
span { border-color: rgb(133,223,3); }
td.TdClassName
{
border-color: #85DF03;
}
.TagClassName
{
border-color: #85DF03;
}
</style>