Shades of De York #81DD90
Tints of De York #81DD90
RGB
CMYK
RGB Variations
Color information
#81DD90 (or 0x81DD90) is known color: De York. HEX triplet: 81, DD and 90. RGB value is (129,221,144). Sum of RGB (Red+Green+Blue) = 129+221+144=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 144 (56.64% from 255 or 29.15% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DD90 is #7E226F. Grayscale: #B8B8B8. Windows color (decimal): -8266352 or 9493889. OLE color: 9493889.
HSL color Cylindrical-coordinate representation of color #81DD90: hue angle of 129.78º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DD90 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 144 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.13 |
| HSL | 129.78º | 0.58% | 0.69% | - |
| HSV(B) | 129.78º | 0.42% | 0.87% | - |
| XYZ | 39.94 | 58.39 | 35.55 | - |
| YUV | 184.71 | 105.02 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 144 | 0.42 | 0 | 0.35 | 0.13 | 129.78 | 0.58 | 0.69 |
| Hex | 81 | DD | 90 | 2A | 0 | 23 | D | 82 | 3A | 45 |
| Octal | 201 | 335 | 220 | 52 | 0 | 43 | 15 | 202 | 72 | 105 |
| Binary | 10000001 | 11011101 | 10010000 | 101010 | 0 | 100011 | 1101 | 10000010 | 111010 | 1000101 |
Color Harmonies of #81DD90
Complementary color
Monochromatic Colors of #81DD90
Black with #81DD90
Text Example
Text Example
White with #81DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD90; }
p { color: rgb(129,221,144); }
H1.HeaderClassName
{
color: #81DD90;
}
.AnyTagClassName
{
color: #81DD90;
}
</style>
background-color css
<style>
a { background-color: #81DD90; }
a { background-color: rgb(129,221,144); }
div.DivClassName
{
background-color: #81DD90;
}
.BgClassName
{
background-color: #81DD90;
}
</style>
border-color css
<style>
span { border-color: #81DD90; }
span { border-color: rgb(129,221,144); }
td.TdClassName
{
border-color: #81DD90;
}
.TagClassName
{
border-color: #81DD90;
}
</style>