Shades of De York #81DA99
Tints of De York #81DA99
RGB
CMYK
RGB Variations
Color information
#81DA99 (or 0x81DA99) is known color: De York. HEX triplet: 81, DA and 99. RGB value is (129,218,153). Sum of RGB (Red+Green+Blue) = 129+218+153=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DA99 is #7E2566. Grayscale: #B8B8B8. Windows color (decimal): -8267111 or 10082945. OLE color: 10082945.
HSL color Cylindrical-coordinate representation of color #81DA99: hue angle of 136.18º 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 #81DA99 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 153 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.15 |
| HSL | 136.18º | 0.55% | 0.68% | - |
| HSV(B) | 136.18º | 0.41% | 0.85% | - |
| XYZ | 39.87 | 57.11 | 39.06 | - |
| YUV | 183.98 | 110.51 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 153 | 0.41 | 0 | 0.30 | 0.15 | 136.18 | 0.55 | 0.68 |
| Hex | 81 | DA | 99 | 29 | 0 | 1E | F | 88 | 37 | 44 |
| Octal | 201 | 332 | 231 | 51 | 0 | 36 | 17 | 210 | 67 | 104 |
| Binary | 10000001 | 11011010 | 10011001 | 101001 | 0 | 11110 | 1111 | 10001000 | 110111 | 1000100 |
Color Harmonies of #81DA99
Complementary color
Monochromatic Colors of #81DA99
Black with #81DA99
Text Example
Text Example
White with #81DA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA99; }
p { color: rgb(129,218,153); }
H1.HeaderClassName
{
color: #81DA99;
}
.AnyTagClassName
{
color: #81DA99;
}
</style>
background-color css
<style>
a { background-color: #81DA99; }
a { background-color: rgb(129,218,153); }
div.DivClassName
{
background-color: #81DA99;
}
.BgClassName
{
background-color: #81DA99;
}
</style>
border-color css
<style>
span { border-color: #81DA99; }
span { border-color: rgb(129,218,153); }
td.TdClassName
{
border-color: #81DA99;
}
.TagClassName
{
border-color: #81DA99;
}
</style>