Shades of De York #79DE96
Tints of De York #79DE96
RGB
CMYK
RGB Variations
Color information
#79DE96 (or 0x79DE96) is known color: De York. HEX triplet: 79, DE and 96. RGB value is (121,222,150). Sum of RGB (Red+Green+Blue) = 121+222+150=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #79DE96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79DE96 is #862169. Grayscale: #B7B7B7. Windows color (decimal): -8790378 or 9887353. OLE color: 9887353.
HSL color Cylindrical-coordinate representation of color #79DE96: hue angle of 137.23º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79DE96 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 222 | 150 | - |
| CMYK | 0.45 | 0 | 0.32 | 0.13 |
| HSL | 137.23º | 0.6% | 0.67% | - |
| HSV(B) | 137.23º | 0.45% | 0.87% | - |
| XYZ | 39.51 | 58.51 | 38.07 | - |
| YUV | 183.59 | 109.04 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 222 | 150 | 0.45 | 0 | 0.32 | 0.13 | 137.23 | 0.6 | 0.67 |
| Hex | 79 | DE | 96 | 2D | 0 | 20 | D | 89 | 3C | 43 |
| Octal | 171 | 336 | 226 | 55 | 0 | 40 | 15 | 211 | 74 | 103 |
| Binary | 1111001 | 11011110 | 10010110 | 101101 | 0 | 100000 | 1101 | 10001001 | 111100 | 1000011 |
Color Harmonies of #79DE96
Complementary color
Monochromatic Colors of #79DE96
Black with #79DE96
Text Example
Text Example
White with #79DE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DE96; }
p { color: rgb(121,222,150); }
H1.HeaderClassName
{
color: #79DE96;
}
.AnyTagClassName
{
color: #79DE96;
}
</style>
background-color css
<style>
a { background-color: #79DE96; }
a { background-color: rgb(121,222,150); }
div.DivClassName
{
background-color: #79DE96;
}
.BgClassName
{
background-color: #79DE96;
}
</style>
border-color css
<style>
span { border-color: #79DE96; }
span { border-color: rgb(121,222,150); }
td.TdClassName
{
border-color: #79DE96;
}
.TagClassName
{
border-color: #79DE96;
}
</style>