Shades of Yellow Green #86DC31
Tints of Yellow Green #86DC31
RGB
CMYK
RGB Variations
Color information
#86DC31 (or 0x86DC31) is known color: Yellow Green. HEX triplet: 86, DC and 31. RGB value is (134,220,49). Sum of RGB (Red+Green+Blue) = 134+220+49=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #86DC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DC31 is #7923CE. Grayscale: #AFAFAF. Windows color (decimal): -7939023 or 3267718. OLE color: 3267718.
HSL color Cylindrical-coordinate representation of color #86DC31: hue angle of 90.18º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86DC31 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 220 | 49 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.14 |
| HSL | 90.18º | 0.71% | 0.53% | - |
| HSV(B) | 90.18º | 0.78% | 0.86% | - |
| XYZ | 35.98 | 56.48 | 11.91 | - |
| YUV | 174.79 | 57.01 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 220 | 49 | 0.39 | 0 | 0.78 | 0.14 | 90.18 | 0.71 | 0.53 |
| Hex | 86 | DC | 31 | 27 | 0 | 4E | E | 5A | 47 | 35 |
| Octal | 206 | 334 | 61 | 47 | 0 | 116 | 16 | 132 | 107 | 65 |
| Binary | 10000110 | 11011100 | 110001 | 100111 | 0 | 1001110 | 1110 | 1011010 | 1000111 | 110101 |
Color Harmonies of #86DC31
Complementary color
Monochromatic Colors of #86DC31
Black with #86DC31
Text Example
Text Example
White with #86DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DC31; }
p { color: rgb(134,220,49); }
H1.HeaderClassName
{
color: #86DC31;
}
.AnyTagClassName
{
color: #86DC31;
}
</style>
background-color css
<style>
a { background-color: #86DC31; }
a { background-color: rgb(134,220,49); }
div.DivClassName
{
background-color: #86DC31;
}
.BgClassName
{
background-color: #86DC31;
}
</style>
border-color css
<style>
span { border-color: #86DC31; }
span { border-color: rgb(134,220,49); }
td.TdClassName
{
border-color: #86DC31;
}
.TagClassName
{
border-color: #86DC31;
}
</style>