Shades of Lawn Green #86EE04
Tints of Lawn Green #86EE04
RGB
CMYK
RGB Variations
Color information
#86EE04 (or 0x86EE04) is known color: Lawn Green. HEX triplet: 86, EE and 04. RGB value is (134,238,4). Sum of RGB (Red+Green+Blue) = 134+238+4=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 238 (93.36% from 255 or 63.30% from 376); Blue value is 4 (1.95% from 255 or 1.06% from 376); Max value from RGB is 238 - color contains mainly: green. Hex color #86EE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #86EE04 is #7911FB. Grayscale: #B5B5B5. Windows color (decimal): -7934460 or 323206. OLE color: 323206.
HSL color Cylindrical-coordinate representation of color #86EE04: hue angle of 86.67º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86EE04 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 238 | 4 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.07 |
| HSL | 86.67º | 0.97% | 0.47% | - |
| HSV(B) | 86.67º | 0.98% | 0.93% | - |
| XYZ | 40.43 | 66.23 | 10.77 | - |
| YUV | 180.23 | 28.54 | 95.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 238 | 4 | 0.44 | 0 | 0.98 | 0.07 | 86.67 | 0.97 | 0.47 |
| Hex | 86 | EE | 4 | 2C | 0 | 62 | 7 | 57 | 61 | 2F |
| Octal | 206 | 356 | 4 | 54 | 0 | 142 | 7 | 127 | 141 | 57 |
| Binary | 10000110 | 11101110 | 100 | 101100 | 0 | 1100010 | 111 | 1010111 | 1100001 | 101111 |
Color Harmonies of #86EE04
Complementary color
Monochromatic Colors of #86EE04
Black with #86EE04
Text Example
Text Example
White with #86EE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EE04; }
p { color: rgb(134,238,4); }
H1.HeaderClassName
{
color: #86EE04;
}
.AnyTagClassName
{
color: #86EE04;
}
</style>
background-color css
<style>
a { background-color: #86EE04; }
a { background-color: rgb(134,238,4); }
div.DivClassName
{
background-color: #86EE04;
}
.BgClassName
{
background-color: #86EE04;
}
</style>
border-color css
<style>
span { border-color: #86EE04; }
span { border-color: rgb(134,238,4); }
td.TdClassName
{
border-color: #86EE04;
}
.TagClassName
{
border-color: #86EE04;
}
</style>