Shades of De York #81B986
Tints of De York #81B986
RGB
CMYK
RGB Variations
Color information
#81B986 (or 0x81B986) is known color: De York. HEX triplet: 81, B9 and 86. RGB value is (129,185,134). Sum of RGB (Red+Green+Blue) = 129+185+134=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 134 (52.73% from 255 or 29.91% from 448); Max value from RGB is 185 - color contains mainly: green. Hex color #81B986 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B986 is #7E4679. Grayscale: #A2A2A2. Windows color (decimal): -8275578 or 8829313. OLE color: 8829313.
HSL color Cylindrical-coordinate representation of color #81B986: hue angle of 125.36º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B986 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 185 | 134 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.27 |
| HSL | 125.36º | 0.29% | 0.62% | - |
| HSV(B) | 125.36º | 0.3% | 0.73% | - |
| XYZ | 30.71 | 41.09 | 28.87 | - |
| YUV | 162.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 185 | 134 | 0.30 | 0 | 0.28 | 0.27 | 125.36 | 0.29 | 0.62 |
| Hex | 81 | B9 | 86 | 1E | 0 | 1C | 1B | 7D | 1D | 3E |
| Octal | 201 | 271 | 206 | 36 | 0 | 34 | 33 | 175 | 35 | 76 |
| Binary | 10000001 | 10111001 | 10000110 | 11110 | 0 | 11100 | 11011 | 1111101 | 11101 | 111110 |
Color Harmonies of #81B986
Complementary color
Monochromatic Colors of #81B986
Black with #81B986
Text Example
Text Example
White with #81B986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B986; }
p { color: rgb(129,185,134); }
H1.HeaderClassName
{
color: #81B986;
}
.AnyTagClassName
{
color: #81B986;
}
</style>
background-color css
<style>
a { background-color: #81B986; }
a { background-color: rgb(129,185,134); }
div.DivClassName
{
background-color: #81B986;
}
.BgClassName
{
background-color: #81B986;
}
</style>
border-color css
<style>
span { border-color: #81B986; }
span { border-color: rgb(129,185,134); }
td.TdClassName
{
border-color: #81B986;
}
.TagClassName
{
border-color: #81B986;
}
</style>