Shades of De York #7DC981
Tints of De York #7DC981
RGB
CMYK
RGB Variations
Color information
#7DC981 (or 0x7DC981) is known color: De York. HEX triplet: 7D, C9 and 81. RGB value is (125,201,129). Sum of RGB (Red+Green+Blue) = 125+201+129=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC981 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC981 is #82367E. Grayscale: #AAAAAA. Windows color (decimal): -8533631 or 8505725. OLE color: 8505725.
HSL color Cylindrical-coordinate representation of color #7DC981: hue angle of 123.16º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC981 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 129 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.21 |
| HSL | 123.16º | 0.41% | 0.64% | - |
| HSV(B) | 123.16º | 0.38% | 0.79% | - |
| XYZ | 33.31 | 47.72 | 28.22 | - |
| YUV | 170.07 | 104.82 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 129 | 0.38 | 0 | 0.36 | 0.21 | 123.16 | 0.41 | 0.64 |
| Hex | 7D | C9 | 81 | 26 | 0 | 24 | 15 | 7B | 29 | 40 |
| Octal | 175 | 311 | 201 | 46 | 0 | 44 | 25 | 173 | 51 | 100 |
| Binary | 1111101 | 11001001 | 10000001 | 100110 | 0 | 100100 | 10101 | 1111011 | 101001 | 1000000 |
Color Harmonies of #7DC981
Complementary color
Monochromatic Colors of #7DC981
Black with #7DC981
Text Example
Text Example
White with #7DC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC981; }
p { color: rgb(125,201,129); }
H1.HeaderClassName
{
color: #7DC981;
}
.AnyTagClassName
{
color: #7DC981;
}
</style>
background-color css
<style>
a { background-color: #7DC981; }
a { background-color: rgb(125,201,129); }
div.DivClassName
{
background-color: #7DC981;
}
.BgClassName
{
background-color: #7DC981;
}
</style>
border-color css
<style>
span { border-color: #7DC981; }
span { border-color: rgb(125,201,129); }
td.TdClassName
{
border-color: #7DC981;
}
.TagClassName
{
border-color: #7DC981;
}
</style>