Shades of De York #7CC976
Tints of De York #7CC976
RGB
CMYK
RGB Variations
Color information
#7CC976 (or 0x7CC976) is known color: De York. HEX triplet: 7C, C9 and 76. RGB value is (124,201,118). Sum of RGB (Red+Green+Blue) = 124+201+118=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC976 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC976 is #833689. Grayscale: #A8A8A8. Windows color (decimal): -8599178 or 7784828. OLE color: 7784828.
HSL color Cylindrical-coordinate representation of color #7CC976: hue angle of 115.66º 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 #7CC976 is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 118 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.21 |
| HSL | 115.66º | 0.43% | 0.63% | - |
| HSV(B) | 115.66º | 0.41% | 0.79% | - |
| XYZ | 32.47 | 47.37 | 24.57 | - |
| YUV | 168.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 118 | 0.38 | 0 | 0.41 | 0.21 | 115.66 | 0.43 | 0.63 |
| Hex | 7C | C9 | 76 | 26 | 0 | 29 | 15 | 74 | 2B | 3F |
| Octal | 174 | 311 | 166 | 46 | 0 | 51 | 25 | 164 | 53 | 77 |
| Binary | 1111100 | 11001001 | 1110110 | 100110 | 0 | 101001 | 10101 | 1110100 | 101011 | 111111 |
Color Harmonies of #7CC976
Complementary color
Monochromatic Colors of #7CC976
Black with #7CC976
Text Example
Text Example
White with #7CC976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC976; }
p { color: rgb(124,201,118); }
H1.HeaderClassName
{
color: #7CC976;
}
.AnyTagClassName
{
color: #7CC976;
}
</style>
background-color css
<style>
a { background-color: #7CC976; }
a { background-color: rgb(124,201,118); }
div.DivClassName
{
background-color: #7CC976;
}
.BgClassName
{
background-color: #7CC976;
}
</style>
border-color css
<style>
span { border-color: #7CC976; }
span { border-color: rgb(124,201,118); }
td.TdClassName
{
border-color: #7CC976;
}
.TagClassName
{
border-color: #7CC976;
}
</style>