Shades of Yellow Green #86CC34
Tints of Yellow Green #86CC34
RGB
CMYK
RGB Variations
Color information
#86CC34 (or 0x86CC34) is known color: Yellow Green. HEX triplet: 86, CC and 34. RGB value is (134,204,52). Sum of RGB (Red+Green+Blue) = 134+204+52=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CC34 is #7933CB. Grayscale: #A6A6A6. Windows color (decimal): -7943116 or 3460230. OLE color: 3460230.
HSL color Cylindrical-coordinate representation of color #86CC34: hue angle of 87.63º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86CC34 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 52 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.2 |
| HSL | 87.63º | 0.6% | 0.5% | - |
| HSV(B) | 87.63º | 0.75% | 0.8% | - |
| XYZ | 32.04 | 48.5 | 10.92 | - |
| YUV | 165.74 | 63.81 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 52 | 0.34 | 0 | 0.75 | 0.2 | 87.63 | 0.6 | 0.5 |
| Hex | 86 | CC | 34 | 22 | 0 | 4B | 14 | 58 | 3C | 32 |
| Octal | 206 | 314 | 64 | 42 | 0 | 113 | 24 | 130 | 74 | 62 |
| Binary | 10000110 | 11001100 | 110100 | 100010 | 0 | 1001011 | 10100 | 1011000 | 111100 | 110010 |
Color Harmonies of #86CC34
Complementary color
Monochromatic Colors of #86CC34
Black with #86CC34
Text Example
Text Example
White with #86CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC34; }
p { color: rgb(134,204,52); }
H1.HeaderClassName
{
color: #86CC34;
}
.AnyTagClassName
{
color: #86CC34;
}
</style>
background-color css
<style>
a { background-color: #86CC34; }
a { background-color: rgb(134,204,52); }
div.DivClassName
{
background-color: #86CC34;
}
.BgClassName
{
background-color: #86CC34;
}
</style>
border-color css
<style>
span { border-color: #86CC34; }
span { border-color: rgb(134,204,52); }
td.TdClassName
{
border-color: #86CC34;
}
.TagClassName
{
border-color: #86CC34;
}
</style>