Shades of De York #86CC76
Tints of De York #86CC76
RGB
CMYK
RGB Variations
Color information
#86CC76 (or 0x86CC76) is known color: De York. HEX triplet: 86, CC and 76. RGB value is (134,204,118). Sum of RGB (Red+Green+Blue) = 134+204+118=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #86CC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86CC76 is #793389. Grayscale: #ADADAD. Windows color (decimal): -7943050 or 7785606. OLE color: 7785606.
HSL color Cylindrical-coordinate representation of color #86CC76: hue angle of 108.84º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86CC76 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 204 | 118 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.2 |
| HSL | 108.84º | 0.46% | 0.63% | - |
| HSV(B) | 108.84º | 0.42% | 0.8% | - |
| XYZ | 34.69 | 49.56 | 24.88 | - |
| YUV | 173.27 | 96.81 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 204 | 118 | 0.34 | 0 | 0.42 | 0.2 | 108.84 | 0.46 | 0.63 |
| Hex | 86 | CC | 76 | 22 | 0 | 2A | 14 | 6D | 2E | 3F |
| Octal | 206 | 314 | 166 | 42 | 0 | 52 | 24 | 155 | 56 | 77 |
| Binary | 10000110 | 11001100 | 1110110 | 100010 | 0 | 101010 | 10100 | 1101101 | 101110 | 111111 |
Color Harmonies of #86CC76
Complementary color
Monochromatic Colors of #86CC76
Black with #86CC76
Text Example
Text Example
White with #86CC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CC76; }
p { color: rgb(134,204,118); }
H1.HeaderClassName
{
color: #86CC76;
}
.AnyTagClassName
{
color: #86CC76;
}
</style>
background-color css
<style>
a { background-color: #86CC76; }
a { background-color: rgb(134,204,118); }
div.DivClassName
{
background-color: #86CC76;
}
.BgClassName
{
background-color: #86CC76;
}
</style>
border-color css
<style>
span { border-color: #86CC76; }
span { border-color: rgb(134,204,118); }
td.TdClassName
{
border-color: #86CC76;
}
.TagClassName
{
border-color: #86CC76;
}
</style>