Shades of De York #79C978
Tints of De York #79C978
RGB
CMYK
RGB Variations
Color information
#79C978 (or 0x79C978) is known color: De York. HEX triplet: 79, C9 and 78. RGB value is (121,201,120). Sum of RGB (Red+Green+Blue) = 121+201+120=442 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.38% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #79C978 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79C978 is #863687. Grayscale: #A8A8A8. Windows color (decimal): -8795784 or 7915897. OLE color: 7915897.
HSL color Cylindrical-coordinate representation of color #79C978: hue angle of 119.26º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79C978 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 201 | 120 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.21 |
| HSL | 119.26º | 0.43% | 0.63% | - |
| HSV(B) | 119.26º | 0.4% | 0.79% | - |
| XYZ | 32.16 | 47.19 | 25.18 | - |
| YUV | 167.85 | 101 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 201 | 120 | 0.40 | 0 | 0.40 | 0.21 | 119.26 | 0.43 | 0.63 |
| Hex | 79 | C9 | 78 | 28 | 0 | 28 | 15 | 77 | 2B | 3F |
| Octal | 171 | 311 | 170 | 50 | 0 | 50 | 25 | 167 | 53 | 77 |
| Binary | 1111001 | 11001001 | 1111000 | 101000 | 0 | 101000 | 10101 | 1110111 | 101011 | 111111 |
Color Harmonies of #79C978
Complementary color
Monochromatic Colors of #79C978
Black with #79C978
Text Example
Text Example
White with #79C978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C978; }
p { color: rgb(121,201,120); }
H1.HeaderClassName
{
color: #79C978;
}
.AnyTagClassName
{
color: #79C978;
}
</style>
background-color css
<style>
a { background-color: #79C978; }
a { background-color: rgb(121,201,120); }
div.DivClassName
{
background-color: #79C978;
}
.BgClassName
{
background-color: #79C978;
}
</style>
border-color css
<style>
span { border-color: #79C978; }
span { border-color: rgb(121,201,120); }
td.TdClassName
{
border-color: #79C978;
}
.TagClassName
{
border-color: #79C978;
}
</style>