Shades of Yellow Green #86DC33
Tints of Yellow Green #86DC33
RGB
CMYK
RGB Variations
Color information
#86DC33 (or 0x86DC33) is known color: Yellow Green. HEX triplet: 86, DC and 33. RGB value is (134,220,51). Sum of RGB (Red+Green+Blue) = 134+220+51=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 220 (86.33% from 255 or 54.32% from 405); Blue value is 51 (20.31% from 255 or 12.59% from 405); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DC33 is #7923CC. Grayscale: #AFAFAF. Windows color (decimal): -7939021 or 3398790. OLE color: 3398790.
HSL color Cylindrical-coordinate representation of color #86DC33: hue angle of 90.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86DC33 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 51 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.14 |
| HSL | 90.53º | 0.71% | 0.53% | - |
| HSV(B) | 90.53º | 0.77% | 0.86% | - |
| XYZ | 36.02 | 56.49 | 12.14 | - |
| YUV | 175.02 | 58.01 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 51 | 0.39 | 0 | 0.77 | 0.14 | 90.53 | 0.71 | 0.53 |
| Hex | 86 | DC | 33 | 27 | 0 | 4D | E | 5B | 47 | 35 |
| Octal | 206 | 334 | 63 | 47 | 0 | 115 | 16 | 133 | 107 | 65 |
| Binary | 10000110 | 11011100 | 110011 | 100111 | 0 | 1001101 | 1110 | 1011011 | 1000111 | 110101 |
Color Harmonies of #86DC33
Complementary color
Monochromatic Colors of #86DC33
Black with #86DC33
Text Example
Text Example
White with #86DC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DC33; }
p { color: rgb(134,220,51); }
H1.HeaderClassName
{
color: #86DC33;
}
.AnyTagClassName
{
color: #86DC33;
}
</style>
background-color css
<style>
a { background-color: #86DC33; }
a { background-color: rgb(134,220,51); }
div.DivClassName
{
background-color: #86DC33;
}
.BgClassName
{
background-color: #86DC33;
}
</style>
border-color css
<style>
span { border-color: #86DC33; }
span { border-color: rgb(134,220,51); }
td.TdClassName
{
border-color: #86DC33;
}
.TagClassName
{
border-color: #86DC33;
}
</style>