Shades of De York #81D07D
Tints of De York #81D07D
RGB
CMYK
RGB Variations
Color information
#81D07D (or 0x81D07D) is known color: De York. HEX triplet: 81, D0 and 7D. RGB value is (129,208,125). Sum of RGB (Red+Green+Blue) = 129+208+125=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #81D07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81D07D is #7E2F82. Grayscale: #AFAFAF. Windows color (decimal): -8269699 or 8245377. OLE color: 8245377.
HSL color Cylindrical-coordinate representation of color #81D07D: hue angle of 117.11º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81D07D is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 208 | 125 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.18 |
| HSL | 117.11º | 0.47% | 0.65% | - |
| HSV(B) | 117.11º | 0.4% | 0.82% | - |
| XYZ | 35.31 | 51.26 | 27.44 | - |
| YUV | 174.92 | 99.83 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 208 | 125 | 0.38 | 0 | 0.40 | 0.18 | 117.11 | 0.47 | 0.65 |
| Hex | 81 | D0 | 7D | 26 | 0 | 28 | 12 | 75 | 2F | 41 |
| Octal | 201 | 320 | 175 | 46 | 0 | 50 | 22 | 165 | 57 | 101 |
| Binary | 10000001 | 11010000 | 1111101 | 100110 | 0 | 101000 | 10010 | 1110101 | 101111 | 1000001 |
Color Harmonies of #81D07D
Complementary color
Monochromatic Colors of #81D07D
Black with #81D07D
Text Example
Text Example
White with #81D07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D07D; }
p { color: rgb(129,208,125); }
H1.HeaderClassName
{
color: #81D07D;
}
.AnyTagClassName
{
color: #81D07D;
}
</style>
background-color css
<style>
a { background-color: #81D07D; }
a { background-color: rgb(129,208,125); }
div.DivClassName
{
background-color: #81D07D;
}
.BgClassName
{
background-color: #81D07D;
}
</style>
border-color css
<style>
span { border-color: #81D07D; }
span { border-color: rgb(129,208,125); }
td.TdClassName
{
border-color: #81D07D;
}
.TagClassName
{
border-color: #81D07D;
}
</style>