Shades of Yellow Green #86D228
Tints of Yellow Green #86D228
RGB
CMYK
RGB Variations
Color information
#86D228 (or 0x86D228) is known color: Yellow Green. HEX triplet: 86, D2 and 28. RGB value is (134,210,40). Sum of RGB (Red+Green+Blue) = 134+210+40=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #86D228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D228 is #792DD7. Grayscale: #A8A8A8. Windows color (decimal): -7941592 or 2675334. OLE color: 2675334.
HSL color Cylindrical-coordinate representation of color #86D228: hue angle of 86.82º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86D228 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 210 | 40 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.18 |
| HSL | 86.82º | 0.68% | 0.49% | - |
| HSV(B) | 86.82º | 0.81% | 0.82% | - |
| XYZ | 33.26 | 51.31 | 10.16 | - |
| YUV | 167.9 | 55.82 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 210 | 40 | 0.36 | 0 | 0.81 | 0.18 | 86.82 | 0.68 | 0.49 |
| Hex | 86 | D2 | 28 | 24 | 0 | 51 | 12 | 57 | 44 | 31 |
| Octal | 206 | 322 | 50 | 44 | 0 | 121 | 22 | 127 | 104 | 61 |
| Binary | 10000110 | 11010010 | 101000 | 100100 | 0 | 1010001 | 10010 | 1010111 | 1000100 | 110001 |
Color Harmonies of #86D228
Complementary color
Monochromatic Colors of #86D228
Black with #86D228
Text Example
Text Example
White with #86D228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D228; }
p { color: rgb(134,210,40); }
H1.HeaderClassName
{
color: #86D228;
}
.AnyTagClassName
{
color: #86D228;
}
</style>
background-color css
<style>
a { background-color: #86D228; }
a { background-color: rgb(134,210,40); }
div.DivClassName
{
background-color: #86D228;
}
.BgClassName
{
background-color: #86D228;
}
</style>
border-color css
<style>
span { border-color: #86D228; }
span { border-color: rgb(134,210,40); }
td.TdClassName
{
border-color: #86D228;
}
.TagClassName
{
border-color: #86D228;
}
</style>