Shades of De York #86C278
Tints of De York #86C278
RGB
CMYK
RGB Variations
Color information
#86C278 (or 0x86C278) is known color: De York. HEX triplet: 86, C2 and 78. RGB value is (134,194,120). Sum of RGB (Red+Green+Blue) = 134+194+120=448 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.91% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 120 (47.27% from 255 or 26.79% from 448); Max value from RGB is 194 - color contains mainly: green. Hex color #86C278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C278 is #793D87. Grayscale: #A7A7A7. Windows color (decimal): -7945608 or 7914118. OLE color: 7914118.
HSL color Cylindrical-coordinate representation of color #86C278: hue angle of 108.65º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86C278 is Cyan = 0.31, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 194 | 120 | - |
| CMYK | 0.31 | 0 | 0.38 | 0.24 |
| HSL | 108.65º | 0.38% | 0.62% | - |
| HSV(B) | 108.65º | 0.38% | 0.76% | - |
| XYZ | 32.51 | 45.01 | 24.74 | - |
| YUV | 167.62 | 101.12 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 120 | 0.31 | 0 | 0.38 | 0.24 | 108.65 | 0.38 | 0.62 |
| Hex | 86 | C2 | 78 | 1F | 0 | 26 | 18 | 6D | 26 | 3E |
| Octal | 206 | 302 | 170 | 37 | 0 | 46 | 30 | 155 | 46 | 76 |
| Binary | 10000110 | 11000010 | 1111000 | 11111 | 0 | 100110 | 11000 | 1101101 | 100110 | 111110 |
Color Harmonies of #86C278
Complementary color
Monochromatic Colors of #86C278
Black with #86C278
Text Example
Text Example
White with #86C278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C278; }
p { color: rgb(134,194,120); }
H1.HeaderClassName
{
color: #86C278;
}
.AnyTagClassName
{
color: #86C278;
}
</style>
background-color css
<style>
a { background-color: #86C278; }
a { background-color: rgb(134,194,120); }
div.DivClassName
{
background-color: #86C278;
}
.BgClassName
{
background-color: #86C278;
}
</style>
border-color css
<style>
span { border-color: #86C278; }
span { border-color: rgb(134,194,120); }
td.TdClassName
{
border-color: #86C278;
}
.TagClassName
{
border-color: #86C278;
}
</style>