Shades of Yellow Green #86CC31
Tints of Yellow Green #86CC31
RGB
CMYK
RGB Variations
Color information
#86CC31 (or 0x86CC31) is known color: Yellow Green. HEX triplet: 86, CC and 31. RGB value is (134,204,49). Sum of RGB (Red+Green+Blue) = 134+204+49=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CC31 is #7933CE. Grayscale: #A5A5A5. Windows color (decimal): -7943119 or 3263622. OLE color: 3263622.
HSL color Cylindrical-coordinate representation of color #86CC31: hue angle of 87.1º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86CC31 is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 49 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.2 |
| HSL | 87.1º | 0.61% | 0.5% | - |
| HSV(B) | 87.1º | 0.76% | 0.8% | - |
| XYZ | 31.98 | 48.48 | 10.58 | - |
| YUV | 165.4 | 62.31 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 49 | 0.34 | 0 | 0.76 | 0.2 | 87.1 | 0.61 | 0.5 |
| Hex | 86 | CC | 31 | 22 | 0 | 4C | 14 | 57 | 3D | 32 |
| Octal | 206 | 314 | 61 | 42 | 0 | 114 | 24 | 127 | 75 | 62 |
| Binary | 10000110 | 11001100 | 110001 | 100010 | 0 | 1001100 | 10100 | 1010111 | 111101 | 110010 |
Color Harmonies of #86CC31
Complementary color
Monochromatic Colors of #86CC31
Black with #86CC31
Text Example
Text Example
White with #86CC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC31; }
p { color: rgb(134,204,49); }
H1.HeaderClassName
{
color: #86CC31;
}
.AnyTagClassName
{
color: #86CC31;
}
</style>
background-color css
<style>
a { background-color: #86CC31; }
a { background-color: rgb(134,204,49); }
div.DivClassName
{
background-color: #86CC31;
}
.BgClassName
{
background-color: #86CC31;
}
</style>
border-color css
<style>
span { border-color: #86CC31; }
span { border-color: rgb(134,204,49); }
td.TdClassName
{
border-color: #86CC31;
}
.TagClassName
{
border-color: #86CC31;
}
</style>