Shades of Yellow Green #86DF2D
Tints of Yellow Green #86DF2D
RGB
CMYK
RGB Variations
Color information
#86DF2D (or 0x86DF2D) is known color: Yellow Green. HEX triplet: 86, DF and 2D. RGB value is (134,223,45). Sum of RGB (Red+Green+Blue) = 134+223+45=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 223 (87.5% from 255 or 55.47% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DF2D is #7920D2. Grayscale: #B0B0B0. Windows color (decimal): -7938259 or 3006342. OLE color: 3006342.
HSL color Cylindrical-coordinate representation of color #86DF2D: hue angle of 90º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #86DF2D is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 45 | - |
| CMYK | 0.40 | 0 | 0.80 | 0.13 |
| HSL | 90º | 0.74% | 0.53% | - |
| HSV(B) | 90º | 0.8% | 0.87% | - |
| XYZ | 36.69 | 58.03 | 11.75 | - |
| YUV | 176.1 | 54.01 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 45 | 0.40 | 0 | 0.80 | 0.13 | 90 | 0.74 | 0.53 |
| Hex | 86 | DF | 2D | 28 | 0 | 50 | D | 5A | 4A | 35 |
| Octal | 206 | 337 | 55 | 50 | 0 | 120 | 15 | 132 | 112 | 65 |
| Binary | 10000110 | 11011111 | 101101 | 101000 | 0 | 1010000 | 1101 | 1011010 | 1001010 | 110101 |
Color Harmonies of #86DF2D
Complementary color
Monochromatic Colors of #86DF2D
Black with #86DF2D
Text Example
Text Example
White with #86DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF2D; }
p { color: rgb(134,223,45); }
H1.HeaderClassName
{
color: #86DF2D;
}
.AnyTagClassName
{
color: #86DF2D;
}
</style>
background-color css
<style>
a { background-color: #86DF2D; }
a { background-color: rgb(134,223,45); }
div.DivClassName
{
background-color: #86DF2D;
}
.BgClassName
{
background-color: #86DF2D;
}
</style>
border-color css
<style>
span { border-color: #86DF2D; }
span { border-color: rgb(134,223,45); }
td.TdClassName
{
border-color: #86DF2D;
}
.TagClassName
{
border-color: #86DF2D;
}
</style>