Shades of De York #7DC984
Tints of De York #7DC984
RGB
CMYK
RGB Variations
Color information
#7DC984 (or 0x7DC984) is known color: De York. HEX triplet: 7D, C9 and 84. RGB value is (125,201,132). Sum of RGB (Red+Green+Blue) = 125+201+132=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC984 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC984 is #82367B. Grayscale: #AAAAAA. Windows color (decimal): -8533628 or 8702333. OLE color: 8702333.
HSL color Cylindrical-coordinate representation of color #7DC984: hue angle of 125.53º 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 #7DC984 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 132 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.21 |
| HSL | 125.53º | 0.41% | 0.64% | - |
| HSV(B) | 125.53º | 0.38% | 0.79% | - |
| XYZ | 33.51 | 47.8 | 29.29 | - |
| YUV | 170.41 | 106.32 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 132 | 0.38 | 0 | 0.34 | 0.21 | 125.53 | 0.41 | 0.64 |
| Hex | 7D | C9 | 84 | 26 | 0 | 22 | 15 | 7E | 29 | 40 |
| Octal | 175 | 311 | 204 | 46 | 0 | 42 | 25 | 176 | 51 | 100 |
| Binary | 1111101 | 11001001 | 10000100 | 100110 | 0 | 100010 | 10101 | 1111110 | 101001 | 1000000 |
Color Harmonies of #7DC984
Complementary color
Monochromatic Colors of #7DC984
Black with #7DC984
Text Example
Text Example
White with #7DC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC984; }
p { color: rgb(125,201,132); }
H1.HeaderClassName
{
color: #7DC984;
}
.AnyTagClassName
{
color: #7DC984;
}
</style>
background-color css
<style>
a { background-color: #7DC984; }
a { background-color: rgb(125,201,132); }
div.DivClassName
{
background-color: #7DC984;
}
.BgClassName
{
background-color: #7DC984;
}
</style>
border-color css
<style>
span { border-color: #7DC984; }
span { border-color: rgb(125,201,132); }
td.TdClassName
{
border-color: #7DC984;
}
.TagClassName
{
border-color: #7DC984;
}
</style>