Shades of Yellow Green #86CE36
Tints of Yellow Green #86CE36
RGB
CMYK
RGB Variations
Color information
#86CE36 (or 0x86CE36) is known color: Yellow Green. HEX triplet: 86, CE and 36. RGB value is (134,206,54). Sum of RGB (Red+Green+Blue) = 134+206+54=394 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.01% from 394); Green value is 206 (80.86% from 255 or 52.28% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CE36 is #7931C9. Grayscale: #A7A7A7. Windows color (decimal): -7942602 or 3591814. OLE color: 3591814.
HSL color Cylindrical-coordinate representation of color #86CE36: hue angle of 88.42º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86CE36 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 206 | 54 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.19 |
| HSL | 88.42º | 0.61% | 0.51% | - |
| HSV(B) | 88.42º | 0.74% | 0.81% | - |
| XYZ | 32.57 | 49.48 | 11.32 | - |
| YUV | 167.14 | 64.15 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 206 | 54 | 0.35 | 0 | 0.74 | 0.19 | 88.42 | 0.61 | 0.51 |
| Hex | 86 | CE | 36 | 23 | 0 | 4A | 13 | 58 | 3D | 33 |
| Octal | 206 | 316 | 66 | 43 | 0 | 112 | 23 | 130 | 75 | 63 |
| Binary | 10000110 | 11001110 | 110110 | 100011 | 0 | 1001010 | 10011 | 1011000 | 111101 | 110011 |
Color Harmonies of #86CE36
Complementary color
Monochromatic Colors of #86CE36
Black with #86CE36
Text Example
Text Example
White with #86CE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CE36; }
p { color: rgb(134,206,54); }
H1.HeaderClassName
{
color: #86CE36;
}
.AnyTagClassName
{
color: #86CE36;
}
</style>
background-color css
<style>
a { background-color: #86CE36; }
a { background-color: rgb(134,206,54); }
div.DivClassName
{
background-color: #86CE36;
}
.BgClassName
{
background-color: #86CE36;
}
</style>
border-color css
<style>
span { border-color: #86CE36; }
span { border-color: rgb(134,206,54); }
td.TdClassName
{
border-color: #86CE36;
}
.TagClassName
{
border-color: #86CE36;
}
</style>