Shades of Yellow Green #86CF31
Tints of Yellow Green #86CF31
RGB
CMYK
RGB Variations
Color information
#86CF31 (or 0x86CF31) is known color: Yellow Green. HEX triplet: 86, CF and 31. RGB value is (134,207,49). Sum of RGB (Red+Green+Blue) = 134+207+49=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 207 (81.25% from 255 or 53.08% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CF31 is #7930CE. Grayscale: #A7A7A7. Windows color (decimal): -7942351 or 3264390. OLE color: 3264390.
HSL color Cylindrical-coordinate representation of color #86CF31: hue angle of 87.72º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86CF31 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 49 | - |
| CMYK | 0.35 | 0 | 0.76 | 0.19 |
| HSL | 87.72º | 0.62% | 0.5% | - |
| HSV(B) | 87.72º | 0.76% | 0.81% | - |
| XYZ | 32.7 | 49.92 | 10.82 | - |
| YUV | 167.16 | 61.32 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 49 | 0.35 | 0 | 0.76 | 0.19 | 87.72 | 0.62 | 0.5 |
| Hex | 86 | CF | 31 | 23 | 0 | 4C | 13 | 58 | 3E | 32 |
| Octal | 206 | 317 | 61 | 43 | 0 | 114 | 23 | 130 | 76 | 62 |
| Binary | 10000110 | 11001111 | 110001 | 100011 | 0 | 1001100 | 10011 | 1011000 | 111110 | 110010 |
Color Harmonies of #86CF31
Complementary color
Monochromatic Colors of #86CF31
Black with #86CF31
Text Example
Text Example
White with #86CF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CF31; }
p { color: rgb(134,207,49); }
H1.HeaderClassName
{
color: #86CF31;
}
.AnyTagClassName
{
color: #86CF31;
}
</style>
background-color css
<style>
a { background-color: #86CF31; }
a { background-color: rgb(134,207,49); }
div.DivClassName
{
background-color: #86CF31;
}
.BgClassName
{
background-color: #86CF31;
}
</style>
border-color css
<style>
span { border-color: #86CF31; }
span { border-color: rgb(134,207,49); }
td.TdClassName
{
border-color: #86CF31;
}
.TagClassName
{
border-color: #86CF31;
}
</style>