Shades of De York #7CC079
Tints of De York #7CC079
RGB
CMYK
RGB Variations
Color information
#7CC079 (or 0x7CC079) is known color: De York. HEX triplet: 7C, C0 and 79. RGB value is (124,192,121). Sum of RGB (Red+Green+Blue) = 124+192+121=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC079 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC079 is #833F86. Grayscale: #A3A3A3. Windows color (decimal): -8601479 or 7979132. OLE color: 7979132.
HSL color Cylindrical-coordinate representation of color #7CC079: hue angle of 117.46º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC079 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 192 | 121 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.25 |
| HSL | 117.46º | 0.36% | 0.61% | - |
| HSV(B) | 117.46º | 0.37% | 0.75% | - |
| XYZ | 30.61 | 43.36 | 24.85 | - |
| YUV | 163.57 | 103.97 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 192 | 121 | 0.35 | 0 | 0.37 | 0.25 | 117.46 | 0.36 | 0.61 |
| Hex | 7C | C0 | 79 | 23 | 0 | 25 | 19 | 75 | 24 | 3D |
| Octal | 174 | 300 | 171 | 43 | 0 | 45 | 31 | 165 | 44 | 75 |
| Binary | 1111100 | 11000000 | 1111001 | 100011 | 0 | 100101 | 11001 | 1110101 | 100100 | 111101 |
Color Harmonies of #7CC079
Complementary color
Monochromatic Colors of #7CC079
Black with #7CC079
Text Example
Text Example
White with #7CC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC079; }
p { color: rgb(124,192,121); }
H1.HeaderClassName
{
color: #7CC079;
}
.AnyTagClassName
{
color: #7CC079;
}
</style>
background-color css
<style>
a { background-color: #7CC079; }
a { background-color: rgb(124,192,121); }
div.DivClassName
{
background-color: #7CC079;
}
.BgClassName
{
background-color: #7CC079;
}
</style>
border-color css
<style>
span { border-color: #7CC079; }
span { border-color: rgb(124,192,121); }
td.TdClassName
{
border-color: #7CC079;
}
.TagClassName
{
border-color: #7CC079;
}
</style>