Shades of De York #86C281
Tints of De York #86C281
RGB
CMYK
RGB Variations
Color information
#86C281 (or 0x86C281) is known color: De York. HEX triplet: 86, C2 and 81. RGB value is (134,194,129). Sum of RGB (Red+Green+Blue) = 134+194+129=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 129 (50.78% from 255 or 28.23% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #86C281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C281 is #793D7E. Grayscale: #A8A8A8. Windows color (decimal): -7945599 or 8503942. OLE color: 8503942.
HSL color Cylindrical-coordinate representation of color #86C281: hue angle of 115.38º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86C281 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 194 | 129 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.24 |
| HSL | 115.38º | 0.35% | 0.63% | - |
| HSV(B) | 115.38º | 0.34% | 0.76% | - |
| XYZ | 33.09 | 45.24 | 27.76 | - |
| YUV | 168.65 | 105.62 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 194 | 129 | 0.31 | 0 | 0.34 | 0.24 | 115.38 | 0.35 | 0.63 |
| Hex | 86 | C2 | 81 | 1F | 0 | 22 | 18 | 73 | 23 | 3F |
| Octal | 206 | 302 | 201 | 37 | 0 | 42 | 30 | 163 | 43 | 77 |
| Binary | 10000110 | 11000010 | 10000001 | 11111 | 0 | 100010 | 11000 | 1110011 | 100011 | 111111 |
Color Harmonies of #86C281
Complementary color
Monochromatic Colors of #86C281
Black with #86C281
Text Example
Text Example
White with #86C281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C281; }
p { color: rgb(134,194,129); }
H1.HeaderClassName
{
color: #86C281;
}
.AnyTagClassName
{
color: #86C281;
}
</style>
background-color css
<style>
a { background-color: #86C281; }
a { background-color: rgb(134,194,129); }
div.DivClassName
{
background-color: #86C281;
}
.BgClassName
{
background-color: #86C281;
}
</style>
border-color css
<style>
span { border-color: #86C281; }
span { border-color: rgb(134,194,129); }
td.TdClassName
{
border-color: #86C281;
}
.TagClassName
{
border-color: #86C281;
}
</style>