Shades of Yellow Green #86CE18
Tints of Yellow Green #86CE18
RGB
CMYK
RGB Variations
Color information
#86CE18 (or 0x86CE18) is known color: Yellow Green. HEX triplet: 86, CE and 18. RGB value is (134,206,24). Sum of RGB (Red+Green+Blue) = 134+206+24=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 206 (80.86% from 255 or 56.59% from 364); Blue value is 24 (9.77% from 255 or 6.59% from 364); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CE18 is #7931E7. Grayscale: #A4A4A4. Windows color (decimal): -7942632 or 1625734. OLE color: 1625734.
HSL color Cylindrical-coordinate representation of color #86CE18: hue angle of 83.74º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #86CE18 is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 24 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.19 |
| HSL | 83.74º | 0.79% | 0.45% | - |
| HSV(B) | 83.74º | 0.88% | 0.81% | - |
| XYZ | 32.07 | 49.28 | 8.69 | - |
| YUV | 163.72 | 49.15 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 24 | 0.35 | 0 | 0.88 | 0.19 | 83.74 | 0.79 | 0.45 |
| Hex | 86 | CE | 18 | 23 | 0 | 58 | 13 | 54 | 4F | 2D |
| Octal | 206 | 316 | 30 | 43 | 0 | 130 | 23 | 124 | 117 | 55 |
| Binary | 10000110 | 11001110 | 11000 | 100011 | 0 | 1011000 | 10011 | 1010100 | 1001111 | 101101 |
Color Harmonies of #86CE18
Complementary color
Monochromatic Colors of #86CE18
Black with #86CE18
Text Example
Text Example
White with #86CE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CE18; }
p { color: rgb(134,206,24); }
H1.HeaderClassName
{
color: #86CE18;
}
.AnyTagClassName
{
color: #86CE18;
}
</style>
background-color css
<style>
a { background-color: #86CE18; }
a { background-color: rgb(134,206,24); }
div.DivClassName
{
background-color: #86CE18;
}
.BgClassName
{
background-color: #86CE18;
}
</style>
border-color css
<style>
span { border-color: #86CE18; }
span { border-color: rgb(134,206,24); }
td.TdClassName
{
border-color: #86CE18;
}
.TagClassName
{
border-color: #86CE18;
}
</style>