Shades of De York #81D686
Tints of De York #81D686
RGB
CMYK
RGB Variations
Color information
#81D686 (or 0x81D686) is known color: De York. HEX triplet: 81, D6 and 86. RGB value is (129,214,134). Sum of RGB (Red+Green+Blue) = 129+214+134=477 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.04% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #81D686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D686 is #7E2979. Grayscale: #B3B3B3. Windows color (decimal): -8268154 or 8836737. OLE color: 8836737.
HSL color Cylindrical-coordinate representation of color #81D686: hue angle of 123.53º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D686 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 134 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.16 |
| HSL | 123.53º | 0.51% | 0.67% | - |
| HSV(B) | 123.53º | 0.4% | 0.84% | - |
| XYZ | 37.4 | 54.48 | 31.1 | - |
| YUV | 179.47 | 102.34 | 92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 134 | 0.40 | 0 | 0.37 | 0.16 | 123.53 | 0.51 | 0.67 |
| Hex | 81 | D6 | 86 | 28 | 0 | 25 | 10 | 7C | 33 | 43 |
| Octal | 201 | 326 | 206 | 50 | 0 | 45 | 20 | 174 | 63 | 103 |
| Binary | 10000001 | 11010110 | 10000110 | 101000 | 0 | 100101 | 10000 | 1111100 | 110011 | 1000011 |
Color Harmonies of #81D686
Complementary color
Monochromatic Colors of #81D686
Black with #81D686
Text Example
Text Example
White with #81D686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D686; }
p { color: rgb(129,214,134); }
H1.HeaderClassName
{
color: #81D686;
}
.AnyTagClassName
{
color: #81D686;
}
</style>
background-color css
<style>
a { background-color: #81D686; }
a { background-color: rgb(129,214,134); }
div.DivClassName
{
background-color: #81D686;
}
.BgClassName
{
background-color: #81D686;
}
</style>
border-color css
<style>
span { border-color: #81D686; }
span { border-color: rgb(129,214,134); }
td.TdClassName
{
border-color: #81D686;
}
.TagClassName
{
border-color: #81D686;
}
</style>