Shades of De York #79D282
Tints of De York #79D282
RGB
CMYK
RGB Variations
Color information
#79D282 (or 0x79D282) is known color: De York. HEX triplet: 79, D2 and 82. RGB value is (121,210,130). Sum of RGB (Red+Green+Blue) = 121+210+130=461 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.25% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #79D282 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79D282 is #862D7D. Grayscale: #AEAEAE. Windows color (decimal): -8793470 or 8573561. OLE color: 8573561.
HSL color Cylindrical-coordinate representation of color #79D282: hue angle of 126.07º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79D282 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 121 | 210 | 130 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.18 |
| HSL | 126.07º | 0.5% | 0.65% | - |
| HSV(B) | 126.07º | 0.42% | 0.82% | - |
| XYZ | 34.96 | 51.77 | 29.27 | - |
| YUV | 174.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 210 | 130 | 0.42 | 0 | 0.38 | 0.18 | 126.07 | 0.5 | 0.65 |
| Hex | 79 | D2 | 82 | 2A | 0 | 26 | 12 | 7E | 32 | 41 |
| Octal | 171 | 322 | 202 | 52 | 0 | 46 | 22 | 176 | 62 | 101 |
| Binary | 1111001 | 11010010 | 10000010 | 101010 | 0 | 100110 | 10010 | 1111110 | 110010 | 1000001 |
Color Harmonies of #79D282
Complementary color
Monochromatic Colors of #79D282
Black with #79D282
Text Example
Text Example
White with #79D282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79D282; }
p { color: rgb(121,210,130); }
H1.HeaderClassName
{
color: #79D282;
}
.AnyTagClassName
{
color: #79D282;
}
</style>
background-color css
<style>
a { background-color: #79D282; }
a { background-color: rgb(121,210,130); }
div.DivClassName
{
background-color: #79D282;
}
.BgClassName
{
background-color: #79D282;
}
</style>
border-color css
<style>
span { border-color: #79D282; }
span { border-color: rgb(121,210,130); }
td.TdClassName
{
border-color: #79D282;
}
.TagClassName
{
border-color: #79D282;
}
</style>