Shades of Yellow Green #86CC16
Tints of Yellow Green #86CC16
RGB
CMYK
RGB Variations
Color information
#86CC16 (or 0x86CC16) is known color: Yellow Green. HEX triplet: 86, CC and 16. RGB value is (134,204,22). Sum of RGB (Red+Green+Blue) = 134+204+22=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 204 (80.08% from 255 or 56.67% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CC16 is #7933E9. Grayscale: #A2A2A2. Windows color (decimal): -7943146 or 1494150. OLE color: 1494150.
HSL color Cylindrical-coordinate representation of color #86CC16: hue angle of 83.08º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86CC16 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 22 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.2 |
| HSL | 83.08º | 0.81% | 0.44% | - |
| HSV(B) | 83.08º | 0.89% | 0.8% | - |
| XYZ | 31.57 | 48.31 | 8.42 | - |
| YUV | 162.32 | 48.81 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 22 | 0.34 | 0 | 0.89 | 0.2 | 83.08 | 0.81 | 0.44 |
| Hex | 86 | CC | 16 | 22 | 0 | 59 | 14 | 53 | 51 | 2C |
| Octal | 206 | 314 | 26 | 42 | 0 | 131 | 24 | 123 | 121 | 54 |
| Binary | 10000110 | 11001100 | 10110 | 100010 | 0 | 1011001 | 10100 | 1010011 | 1010001 | 101100 |
Color Harmonies of #86CC16
Complementary color
Monochromatic Colors of #86CC16
Black with #86CC16
Text Example
Text Example
White with #86CC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC16; }
p { color: rgb(134,204,22); }
H1.HeaderClassName
{
color: #86CC16;
}
.AnyTagClassName
{
color: #86CC16;
}
</style>
background-color css
<style>
a { background-color: #86CC16; }
a { background-color: rgb(134,204,22); }
div.DivClassName
{
background-color: #86CC16;
}
.BgClassName
{
background-color: #86CC16;
}
</style>
border-color css
<style>
span { border-color: #86CC16; }
span { border-color: rgb(134,204,22); }
td.TdClassName
{
border-color: #86CC16;
}
.TagClassName
{
border-color: #86CC16;
}
</style>