Shades of De York #81DA93
Tints of De York #81DA93
RGB
CMYK
RGB Variations
Color information
#81DA93 (or 0x81DA93) is known color: De York. HEX triplet: 81, DA and 93. RGB value is (129,218,147). Sum of RGB (Red+Green+Blue) = 129+218+147=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DA93 is #7E256C. Grayscale: #B7B7B7. Windows color (decimal): -8267117 or 9689729. OLE color: 9689729.
HSL color Cylindrical-coordinate representation of color #81DA93: hue angle of 132.13º 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 #81DA93 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 147 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.15 |
| HSL | 132.13º | 0.55% | 0.68% | - |
| HSV(B) | 132.13º | 0.41% | 0.85% | - |
| XYZ | 39.39 | 56.92 | 36.51 | - |
| YUV | 183.3 | 107.51 | 89.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 147 | 0.41 | 0 | 0.33 | 0.15 | 132.13 | 0.55 | 0.68 |
| Hex | 81 | DA | 93 | 29 | 0 | 21 | F | 84 | 37 | 44 |
| Octal | 201 | 332 | 223 | 51 | 0 | 41 | 17 | 204 | 67 | 104 |
| Binary | 10000001 | 11011010 | 10010011 | 101001 | 0 | 100001 | 1111 | 10000100 | 110111 | 1000100 |
Color Harmonies of #81DA93
Complementary color
Monochromatic Colors of #81DA93
Black with #81DA93
Text Example
Text Example
White with #81DA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA93; }
p { color: rgb(129,218,147); }
H1.HeaderClassName
{
color: #81DA93;
}
.AnyTagClassName
{
color: #81DA93;
}
</style>
background-color css
<style>
a { background-color: #81DA93; }
a { background-color: rgb(129,218,147); }
div.DivClassName
{
background-color: #81DA93;
}
.BgClassName
{
background-color: #81DA93;
}
</style>
border-color css
<style>
span { border-color: #81DA93; }
span { border-color: rgb(129,218,147); }
td.TdClassName
{
border-color: #81DA93;
}
.TagClassName
{
border-color: #81DA93;
}
</style>