Shades of De York #7CC476
Tints of De York #7CC476
RGB
CMYK
RGB Variations
Color information
#7CC476 (or 0x7CC476) is known color: De York. HEX triplet: 7C, C4 and 76. RGB value is (124,196,118). Sum of RGB (Red+Green+Blue) = 124+196+118=438 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.31% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC476 is #833B89. Grayscale: #A5A5A5. Windows color (decimal): -8600458 or 7783548. OLE color: 7783548.
HSL color Cylindrical-coordinate representation of color #7CC476: hue angle of 115.38º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7CC476 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 196 | 118 | - |
| CMYK | 0.37 | 0 | 0.40 | 0.23 |
| HSL | 115.38º | 0.4% | 0.62% | - |
| HSV(B) | 115.38º | 0.4% | 0.77% | - |
| XYZ | 31.32 | 45.07 | 24.19 | - |
| YUV | 165.58 | 101.15 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 118 | 0.37 | 0 | 0.40 | 0.23 | 115.38 | 0.4 | 0.62 |
| Hex | 7C | C4 | 76 | 25 | 0 | 28 | 17 | 73 | 28 | 3E |
| Octal | 174 | 304 | 166 | 45 | 0 | 50 | 27 | 163 | 50 | 76 |
| Binary | 1111100 | 11000100 | 1110110 | 100101 | 0 | 101000 | 10111 | 1110011 | 101000 | 111110 |
Color Harmonies of #7CC476
Complementary color
Monochromatic Colors of #7CC476
Black with #7CC476
Text Example
Text Example
White with #7CC476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC476; }
p { color: rgb(124,196,118); }
H1.HeaderClassName
{
color: #7CC476;
}
.AnyTagClassName
{
color: #7CC476;
}
</style>
background-color css
<style>
a { background-color: #7CC476; }
a { background-color: rgb(124,196,118); }
div.DivClassName
{
background-color: #7CC476;
}
.BgClassName
{
background-color: #7CC476;
}
</style>
border-color css
<style>
span { border-color: #7CC476; }
span { border-color: rgb(124,196,118); }
td.TdClassName
{
border-color: #7CC476;
}
.TagClassName
{
border-color: #7CC476;
}
</style>