Shades of De York #79DC8E
Tints of De York #79DC8E
RGB
CMYK
RGB Variations
Color information
#79DC8E (or 0x79DC8E) is known color: De York. HEX triplet: 79, DC and 8E. RGB value is (121,220,142). Sum of RGB (Red+Green+Blue) = 121+220+142=483 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.05% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #79DC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79DC8E is #862371. Grayscale: #B5B5B5. Windows color (decimal): -8790898 or 9362553. OLE color: 9362553.
HSL color Cylindrical-coordinate representation of color #79DC8E: hue angle of 132.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79DC8E is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 220 | 142 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.14 |
| HSL | 132.73º | 0.59% | 0.67% | - |
| HSV(B) | 132.73º | 0.45% | 0.86% | - |
| XYZ | 38.36 | 57.2 | 34.61 | - |
| YUV | 181.51 | 105.7 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 220 | 142 | 0.45 | 0 | 0.35 | 0.14 | 132.73 | 0.59 | 0.67 |
| Hex | 79 | DC | 8E | 2D | 0 | 23 | E | 85 | 3B | 43 |
| Octal | 171 | 334 | 216 | 55 | 0 | 43 | 16 | 205 | 73 | 103 |
| Binary | 1111001 | 11011100 | 10001110 | 101101 | 0 | 100011 | 1110 | 10000101 | 111011 | 1000011 |
Color Harmonies of #79DC8E
Complementary color
Monochromatic Colors of #79DC8E
Black with #79DC8E
Text Example
Text Example
White with #79DC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79DC8E; }
p { color: rgb(121,220,142); }
H1.HeaderClassName
{
color: #79DC8E;
}
.AnyTagClassName
{
color: #79DC8E;
}
</style>
background-color css
<style>
a { background-color: #79DC8E; }
a { background-color: rgb(121,220,142); }
div.DivClassName
{
background-color: #79DC8E;
}
.BgClassName
{
background-color: #79DC8E;
}
</style>
border-color css
<style>
span { border-color: #79DC8E; }
span { border-color: rgb(121,220,142); }
td.TdClassName
{
border-color: #79DC8E;
}
.TagClassName
{
border-color: #79DC8E;
}
</style>