Shades of De York #81D990
Tints of De York #81D990
RGB
CMYK
RGB Variations
Color information
#81D990 (or 0x81D990) is known color: De York. HEX triplet: 81, D9 and 90. RGB value is (129,217,144). Sum of RGB (Red+Green+Blue) = 129+217+144=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #81D990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D990 is #7E266F. Grayscale: #B6B6B6. Windows color (decimal): -8267376 or 9492865. OLE color: 9492865.
HSL color Cylindrical-coordinate representation of color #81D990: hue angle of 130.23º degrees, saturation: 0.54, 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 #81D990 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 144 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.15 |
| HSL | 130.23º | 0.54% | 0.68% | - |
| HSV(B) | 130.23º | 0.41% | 0.85% | - |
| XYZ | 38.9 | 56.31 | 35.2 | - |
| YUV | 182.37 | 106.35 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 144 | 0.41 | 0 | 0.34 | 0.15 | 130.23 | 0.54 | 0.68 |
| Hex | 81 | D9 | 90 | 29 | 0 | 22 | F | 82 | 36 | 44 |
| Octal | 201 | 331 | 220 | 51 | 0 | 42 | 17 | 202 | 66 | 104 |
| Binary | 10000001 | 11011001 | 10010000 | 101001 | 0 | 100010 | 1111 | 10000010 | 110110 | 1000100 |
Color Harmonies of #81D990
Complementary color
Monochromatic Colors of #81D990
Black with #81D990
Text Example
Text Example
White with #81D990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D990; }
p { color: rgb(129,217,144); }
H1.HeaderClassName
{
color: #81D990;
}
.AnyTagClassName
{
color: #81D990;
}
</style>
background-color css
<style>
a { background-color: #81D990; }
a { background-color: rgb(129,217,144); }
div.DivClassName
{
background-color: #81D990;
}
.BgClassName
{
background-color: #81D990;
}
</style>
border-color css
<style>
span { border-color: #81D990; }
span { border-color: rgb(129,217,144); }
td.TdClassName
{
border-color: #81D990;
}
.TagClassName
{
border-color: #81D990;
}
</style>