Shades of Yellow Green #86CC36
Tints of Yellow Green #86CC36
RGB
CMYK
RGB Variations
Color information
#86CC36 (or 0x86CC36) is known color: Yellow Green. HEX triplet: 86, CC and 36. RGB value is (134,204,54). Sum of RGB (Red+Green+Blue) = 134+204+54=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CC36 is #7933C9. Grayscale: #A6A6A6. Windows color (decimal): -7943114 or 3591302. OLE color: 3591302.
HSL color Cylindrical-coordinate representation of color #86CC36: hue angle of 88º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86CC36 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 54 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.2 |
| HSL | 88º | 0.6% | 0.51% | - |
| HSV(B) | 88º | 0.74% | 0.8% | - |
| XYZ | 32.09 | 48.52 | 11.16 | - |
| YUV | 165.97 | 64.81 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 54 | 0.34 | 0 | 0.74 | 0.2 | 88 | 0.6 | 0.51 |
| Hex | 86 | CC | 36 | 22 | 0 | 4A | 14 | 58 | 3C | 33 |
| Octal | 206 | 314 | 66 | 42 | 0 | 112 | 24 | 130 | 74 | 63 |
| Binary | 10000110 | 11001100 | 110110 | 100010 | 0 | 1001010 | 10100 | 1011000 | 111100 | 110011 |
Color Harmonies of #86CC36
Complementary color
Monochromatic Colors of #86CC36
Black with #86CC36
Text Example
Text Example
White with #86CC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC36; }
p { color: rgb(134,204,54); }
H1.HeaderClassName
{
color: #86CC36;
}
.AnyTagClassName
{
color: #86CC36;
}
</style>
background-color css
<style>
a { background-color: #86CC36; }
a { background-color: rgb(134,204,54); }
div.DivClassName
{
background-color: #86CC36;
}
.BgClassName
{
background-color: #86CC36;
}
</style>
border-color css
<style>
span { border-color: #86CC36; }
span { border-color: rgb(134,204,54); }
td.TdClassName
{
border-color: #86CC36;
}
.TagClassName
{
border-color: #86CC36;
}
</style>