Shades of De York #81D98C
Tints of De York #81D98C
RGB
CMYK
RGB Variations
Color information
#81D98C (or 0x81D98C) is known color: De York. HEX triplet: 81, D9 and 8C. RGB value is (129,217,140). Sum of RGB (Red+Green+Blue) = 129+217+140=486 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.54% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #81D98C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D98C is #7E2673. Grayscale: #B6B6B6. Windows color (decimal): -8267380 or 9230721. OLE color: 9230721.
HSL color Cylindrical-coordinate representation of color #81D98C: hue angle of 127.5º 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 #81D98C is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 140 | - |
| CMYK | 0.41 | 0 | 0.35 | 0.15 |
| HSL | 127.5º | 0.54% | 0.68% | - |
| HSV(B) | 127.5º | 0.41% | 0.85% | - |
| XYZ | 38.6 | 56.19 | 33.62 | - |
| YUV | 181.91 | 104.35 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 140 | 0.41 | 0 | 0.35 | 0.15 | 127.5 | 0.54 | 0.68 |
| Hex | 81 | D9 | 8C | 29 | 0 | 23 | F | 80 | 36 | 44 |
| Octal | 201 | 331 | 214 | 51 | 0 | 43 | 17 | 200 | 66 | 104 |
| Binary | 10000001 | 11011001 | 10001100 | 101001 | 0 | 100011 | 1111 | 10000000 | 110110 | 1000100 |
Color Harmonies of #81D98C
Complementary color
Monochromatic Colors of #81D98C
Black with #81D98C
Text Example
Text Example
White with #81D98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D98C; }
p { color: rgb(129,217,140); }
H1.HeaderClassName
{
color: #81D98C;
}
.AnyTagClassName
{
color: #81D98C;
}
</style>
background-color css
<style>
a { background-color: #81D98C; }
a { background-color: rgb(129,217,140); }
div.DivClassName
{
background-color: #81D98C;
}
.BgClassName
{
background-color: #81D98C;
}
</style>
border-color css
<style>
span { border-color: #81D98C; }
span { border-color: rgb(129,217,140); }
td.TdClassName
{
border-color: #81D98C;
}
.TagClassName
{
border-color: #81D98C;
}
</style>