Shades of Lawn Green #86DB03
Tints of Lawn Green #86DB03
RGB
CMYK
RGB Variations
Color information
#86DB03 (or 0x86DB03) is known color: Lawn Green. HEX triplet: 86, DB and 03. RGB value is (134,219,3). Sum of RGB (Red+Green+Blue) = 134+219+3=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86DB03 is #7924FC. Grayscale: #A9A9A9. Windows color (decimal): -7939325 or 252806. OLE color: 252806.
HSL color Cylindrical-coordinate representation of color #86DB03: hue angle of 83.61º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #86DB03 is Cyan = 0.39, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 3 | - |
| CMYK | 0.39 | 0 | 0.99 | 0.14 |
| HSL | 83.61º | 0.97% | 0.44% | - |
| HSV(B) | 83.61º | 0.99% | 0.86% | - |
| XYZ | 35.18 | 55.74 | 8.99 | - |
| YUV | 168.96 | 34.34 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 3 | 0.39 | 0 | 0.99 | 0.14 | 83.61 | 0.97 | 0.44 |
| Hex | 86 | DB | 3 | 27 | 0 | 63 | E | 54 | 61 | 2C |
| Octal | 206 | 333 | 3 | 47 | 0 | 143 | 16 | 124 | 141 | 54 |
| Binary | 10000110 | 11011011 | 11 | 100111 | 0 | 1100011 | 1110 | 1010100 | 1100001 | 101100 |
Color Harmonies of #86DB03
Complementary color
Monochromatic Colors of #86DB03
Black with #86DB03
Text Example
Text Example
White with #86DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB03; }
p { color: rgb(134,219,3); }
H1.HeaderClassName
{
color: #86DB03;
}
.AnyTagClassName
{
color: #86DB03;
}
</style>
background-color css
<style>
a { background-color: #86DB03; }
a { background-color: rgb(134,219,3); }
div.DivClassName
{
background-color: #86DB03;
}
.BgClassName
{
background-color: #86DB03;
}
</style>
border-color css
<style>
span { border-color: #86DB03; }
span { border-color: rgb(134,219,3); }
td.TdClassName
{
border-color: #86DB03;
}
.TagClassName
{
border-color: #86DB03;
}
</style>