Shades of Yellow Green #86CF2C
Tints of Yellow Green #86CF2C
RGB
CMYK
RGB Variations
Color information
#86CF2C (or 0x86CF2C) is known color: Yellow Green. HEX triplet: 86, CF and 2C. RGB value is (134,207,44). Sum of RGB (Red+Green+Blue) = 134+207+44=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CF2C is #7930D3. Grayscale: #A7A7A7. Windows color (decimal): -7942356 or 2936710. OLE color: 2936710.
HSL color Cylindrical-coordinate representation of color #86CF2C: hue angle of 86.87º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86CF2C is Cyan = 0.35, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 44 | - |
| CMYK | 0.35 | 0 | 0.79 | 0.19 |
| HSL | 86.87º | 0.65% | 0.49% | - |
| HSV(B) | 86.87º | 0.79% | 0.81% | - |
| XYZ | 32.6 | 49.88 | 10.29 | - |
| YUV | 166.59 | 58.82 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 44 | 0.35 | 0 | 0.79 | 0.19 | 86.87 | 0.65 | 0.49 |
| Hex | 86 | CF | 2C | 23 | 0 | 4F | 13 | 57 | 41 | 31 |
| Octal | 206 | 317 | 54 | 43 | 0 | 117 | 23 | 127 | 101 | 61 |
| Binary | 10000110 | 11001111 | 101100 | 100011 | 0 | 1001111 | 10011 | 1010111 | 1000001 | 110001 |
Color Harmonies of #86CF2C
Complementary color
Monochromatic Colors of #86CF2C
Black with #86CF2C
Text Example
Text Example
White with #86CF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CF2C; }
p { color: rgb(134,207,44); }
H1.HeaderClassName
{
color: #86CF2C;
}
.AnyTagClassName
{
color: #86CF2C;
}
</style>
background-color css
<style>
a { background-color: #86CF2C; }
a { background-color: rgb(134,207,44); }
div.DivClassName
{
background-color: #86CF2C;
}
.BgClassName
{
background-color: #86CF2C;
}
</style>
border-color css
<style>
span { border-color: #86CF2C; }
span { border-color: rgb(134,207,44); }
td.TdClassName
{
border-color: #86CF2C;
}
.TagClassName
{
border-color: #86CF2C;
}
</style>