Shades of De York #81C973
Tints of De York #81C973
RGB
CMYK
RGB Variations
Color information
#81C973 (or 0x81C973) is known color: De York. HEX triplet: 81, C9 and 73. RGB value is (129,201,115). Sum of RGB (Red+Green+Blue) = 129+201+115=445 (58% of max value = 765). Red value is 129 (50.78% from 255 or 28.99% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #81C973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C973 is #7E368C. Grayscale: #A9A9A9. Windows color (decimal): -8271501 or 7588225. OLE color: 7588225.
HSL color Cylindrical-coordinate representation of color #81C973: hue angle of 110.23º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81C973 is Cyan = 0.36, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 201 | 115 | - |
| CMYK | 0.36 | 0 | 0.43 | 0.21 |
| HSL | 110.23º | 0.44% | 0.62% | - |
| HSV(B) | 110.23º | 0.43% | 0.79% | - |
| XYZ | 33.03 | 47.68 | 23.68 | - |
| YUV | 169.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 201 | 115 | 0.36 | 0 | 0.43 | 0.21 | 110.23 | 0.44 | 0.62 |
| Hex | 81 | C9 | 73 | 24 | 0 | 2B | 15 | 6E | 2C | 3E |
| Octal | 201 | 311 | 163 | 44 | 0 | 53 | 25 | 156 | 54 | 76 |
| Binary | 10000001 | 11001001 | 1110011 | 100100 | 0 | 101011 | 10101 | 1101110 | 101100 | 111110 |
Color Harmonies of #81C973
Complementary color
Monochromatic Colors of #81C973
Black with #81C973
Text Example
Text Example
White with #81C973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C973; }
p { color: rgb(129,201,115); }
H1.HeaderClassName
{
color: #81C973;
}
.AnyTagClassName
{
color: #81C973;
}
</style>
background-color css
<style>
a { background-color: #81C973; }
a { background-color: rgb(129,201,115); }
div.DivClassName
{
background-color: #81C973;
}
.BgClassName
{
background-color: #81C973;
}
</style>
border-color css
<style>
span { border-color: #81C973; }
span { border-color: rgb(129,201,115); }
td.TdClassName
{
border-color: #81C973;
}
.TagClassName
{
border-color: #81C973;
}
</style>