Shades of Yellow Green #86DC21
Tints of Yellow Green #86DC21
RGB
CMYK
RGB Variations
Color information
#86DC21 (or 0x86DC21) is known color: Yellow Green. HEX triplet: 86, DC and 21. RGB value is (134,220,33). Sum of RGB (Red+Green+Blue) = 134+220+33=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DC21 is #7923DE. Grayscale: #ADADAD. Windows color (decimal): -7939039 or 2219142. OLE color: 2219142.
HSL color Cylindrical-coordinate representation of color #86DC21: hue angle of 87.59º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #86DC21 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 33 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.14 |
| HSL | 87.59º | 0.74% | 0.5% | - |
| HSV(B) | 87.59º | 0.85% | 0.86% | - |
| XYZ | 35.7 | 56.36 | 10.44 | - |
| YUV | 172.97 | 49.01 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 33 | 0.39 | 0 | 0.85 | 0.14 | 87.59 | 0.74 | 0.5 |
| Hex | 86 | DC | 21 | 27 | 0 | 55 | E | 58 | 4A | 32 |
| Octal | 206 | 334 | 41 | 47 | 0 | 125 | 16 | 130 | 112 | 62 |
| Binary | 10000110 | 11011100 | 100001 | 100111 | 0 | 1010101 | 1110 | 1011000 | 1001010 | 110010 |
Color Harmonies of #86DC21
Complementary color
Monochromatic Colors of #86DC21
Black with #86DC21
Text Example
Text Example
White with #86DC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DC21; }
p { color: rgb(134,220,33); }
H1.HeaderClassName
{
color: #86DC21;
}
.AnyTagClassName
{
color: #86DC21;
}
</style>
background-color css
<style>
a { background-color: #86DC21; }
a { background-color: rgb(134,220,33); }
div.DivClassName
{
background-color: #86DC21;
}
.BgClassName
{
background-color: #86DC21;
}
</style>
border-color css
<style>
span { border-color: #86DC21; }
span { border-color: rgb(134,220,33); }
td.TdClassName
{
border-color: #86DC21;
}
.TagClassName
{
border-color: #86DC21;
}
</style>