Shades of De York #7DC977
Tints of De York #7DC977
RGB
CMYK
RGB Variations
Color information
#7DC977 (or 0x7DC977) is known color: De York. HEX triplet: 7D, C9 and 77. RGB value is (125,201,119). Sum of RGB (Red+Green+Blue) = 125+201+119=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC977 is #823688. Grayscale: #A9A9A9. Windows color (decimal): -8533641 or 7850365. OLE color: 7850365.
HSL color Cylindrical-coordinate representation of color #7DC977: hue angle of 115.61º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DC977 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 119 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.21 |
| HSL | 115.61º | 0.43% | 0.63% | - |
| HSV(B) | 115.61º | 0.41% | 0.79% | - |
| XYZ | 32.67 | 47.47 | 24.89 | - |
| YUV | 168.93 | 99.82 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 119 | 0.38 | 0 | 0.41 | 0.21 | 115.61 | 0.43 | 0.63 |
| Hex | 7D | C9 | 77 | 26 | 0 | 29 | 15 | 74 | 2B | 3F |
| Octal | 175 | 311 | 167 | 46 | 0 | 51 | 25 | 164 | 53 | 77 |
| Binary | 1111101 | 11001001 | 1110111 | 100110 | 0 | 101001 | 10101 | 1110100 | 101011 | 111111 |
Color Harmonies of #7DC977
Complementary color
Monochromatic Colors of #7DC977
Black with #7DC977
Text Example
Text Example
White with #7DC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC977; }
p { color: rgb(125,201,119); }
H1.HeaderClassName
{
color: #7DC977;
}
.AnyTagClassName
{
color: #7DC977;
}
</style>
background-color css
<style>
a { background-color: #7DC977; }
a { background-color: rgb(125,201,119); }
div.DivClassName
{
background-color: #7DC977;
}
.BgClassName
{
background-color: #7DC977;
}
</style>
border-color css
<style>
span { border-color: #7DC977; }
span { border-color: rgb(125,201,119); }
td.TdClassName
{
border-color: #7DC977;
}
.TagClassName
{
border-color: #7DC977;
}
</style>