Shades of De York #81C875
Tints of De York #81C875
RGB
CMYK
RGB Variations
Color information
#81C875 (or 0x81C875) is known color: De York. HEX triplet: 81, C8 and 75. RGB value is (129,200,117). Sum of RGB (Red+Green+Blue) = 129+200+117=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #81C875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81C875 is #7E378A. Grayscale: #A9A9A9. Windows color (decimal): -8271755 or 7719041. OLE color: 7719041.
HSL color Cylindrical-coordinate representation of color #81C875: hue angle of 111.33º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81C875 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 200 | 117 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.22 |
| HSL | 111.33º | 0.43% | 0.62% | - |
| HSV(B) | 111.33º | 0.42% | 0.78% | - |
| XYZ | 32.92 | 47.26 | 24.22 | - |
| YUV | 169.31 | 98.48 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 200 | 117 | 0.36 | 0 | 0.42 | 0.22 | 111.33 | 0.43 | 0.62 |
| Hex | 81 | C8 | 75 | 24 | 0 | 2A | 16 | 6F | 2B | 3E |
| Octal | 201 | 310 | 165 | 44 | 0 | 52 | 26 | 157 | 53 | 76 |
| Binary | 10000001 | 11001000 | 1110101 | 100100 | 0 | 101010 | 10110 | 1101111 | 101011 | 111110 |
Color Harmonies of #81C875
Complementary color
Monochromatic Colors of #81C875
Black with #81C875
Text Example
Text Example
White with #81C875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C875; }
p { color: rgb(129,200,117); }
H1.HeaderClassName
{
color: #81C875;
}
.AnyTagClassName
{
color: #81C875;
}
</style>
background-color css
<style>
a { background-color: #81C875; }
a { background-color: rgb(129,200,117); }
div.DivClassName
{
background-color: #81C875;
}
.BgClassName
{
background-color: #81C875;
}
</style>
border-color css
<style>
span { border-color: #81C875; }
span { border-color: rgb(129,200,117); }
td.TdClassName
{
border-color: #81C875;
}
.TagClassName
{
border-color: #81C875;
}
</style>