Shades of De York #81DA86
Tints of De York #81DA86
RGB
CMYK
RGB Variations
Color information
#81DA86 (or 0x81DA86) is known color: De York. HEX triplet: 81, DA and 86. RGB value is (129,218,134). Sum of RGB (Red+Green+Blue) = 129+218+134=481 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.82% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 134 (52.73% from 255 or 27.86% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DA86 is #7E2579. Grayscale: #B6B6B6. Windows color (decimal): -8267130 or 8837761. OLE color: 8837761.
HSL color Cylindrical-coordinate representation of color #81DA86: hue angle of 123.37º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81DA86 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 134 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.15 |
| HSL | 123.37º | 0.55% | 0.68% | - |
| HSV(B) | 123.37º | 0.41% | 0.85% | - |
| XYZ | 38.43 | 56.53 | 31.44 | - |
| YUV | 181.81 | 101.01 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 134 | 0.41 | 0 | 0.39 | 0.15 | 123.37 | 0.55 | 0.68 |
| Hex | 81 | DA | 86 | 29 | 0 | 27 | F | 7B | 37 | 44 |
| Octal | 201 | 332 | 206 | 51 | 0 | 47 | 17 | 173 | 67 | 104 |
| Binary | 10000001 | 11011010 | 10000110 | 101001 | 0 | 100111 | 1111 | 1111011 | 110111 | 1000100 |
Color Harmonies of #81DA86
Complementary color
Monochromatic Colors of #81DA86
Black with #81DA86
Text Example
Text Example
White with #81DA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA86; }
p { color: rgb(129,218,134); }
H1.HeaderClassName
{
color: #81DA86;
}
.AnyTagClassName
{
color: #81DA86;
}
</style>
background-color css
<style>
a { background-color: #81DA86; }
a { background-color: rgb(129,218,134); }
div.DivClassName
{
background-color: #81DA86;
}
.BgClassName
{
background-color: #81DA86;
}
</style>
border-color css
<style>
span { border-color: #81DA86; }
span { border-color: rgb(129,218,134); }
td.TdClassName
{
border-color: #81DA86;
}
.TagClassName
{
border-color: #81DA86;
}
</style>