Shades of De York #81D98A
Tints of De York #81D98A
RGB
CMYK
RGB Variations
Color information
#81D98A (or 0x81D98A) is known color: De York. HEX triplet: 81, D9 and 8A. RGB value is (129,217,138). Sum of RGB (Red+Green+Blue) = 129+217+138=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #81D98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81D98A is #7E2675. Grayscale: #B5B5B5. Windows color (decimal): -8267382 or 9099649. OLE color: 9099649.
HSL color Cylindrical-coordinate representation of color #81D98A: hue angle of 126.14º 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 #81D98A is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 217 | 138 | - |
| CMYK | 0.41 | 0 | 0.36 | 0.15 |
| HSL | 126.14º | 0.54% | 0.68% | - |
| HSV(B) | 126.14º | 0.41% | 0.85% | - |
| XYZ | 38.45 | 56.13 | 32.85 | - |
| YUV | 181.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 217 | 138 | 0.41 | 0 | 0.36 | 0.15 | 126.14 | 0.54 | 0.68 |
| Hex | 81 | D9 | 8A | 29 | 0 | 24 | F | 7E | 36 | 44 |
| Octal | 201 | 331 | 212 | 51 | 0 | 44 | 17 | 176 | 66 | 104 |
| Binary | 10000001 | 11011001 | 10001010 | 101001 | 0 | 100100 | 1111 | 1111110 | 110110 | 1000100 |
Color Harmonies of #81D98A
Complementary color
Monochromatic Colors of #81D98A
Black with #81D98A
Text Example
Text Example
White with #81D98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D98A; }
p { color: rgb(129,217,138); }
H1.HeaderClassName
{
color: #81D98A;
}
.AnyTagClassName
{
color: #81D98A;
}
</style>
background-color css
<style>
a { background-color: #81D98A; }
a { background-color: rgb(129,217,138); }
div.DivClassName
{
background-color: #81D98A;
}
.BgClassName
{
background-color: #81D98A;
}
</style>
border-color css
<style>
span { border-color: #81D98A; }
span { border-color: rgb(129,217,138); }
td.TdClassName
{
border-color: #81D98A;
}
.TagClassName
{
border-color: #81D98A;
}
</style>