Shades of De York #79BD73
Tints of De York #79BD73
RGB
CMYK
RGB Variations
Color information
#79BD73 (or 0x79BD73) is known color: De York. HEX triplet: 79, BD and 73. RGB value is (121,189,115). Sum of RGB (Red+Green+Blue) = 121+189+115=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #79BD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79BD73 is #86428C. Grayscale: #A0A0A0. Windows color (decimal): -8798861 or 7585145. OLE color: 7585145.
HSL color Cylindrical-coordinate representation of color #79BD73: hue angle of 115.14º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #79BD73 is Cyan = 0.36, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 189 | 115 | - |
| CMYK | 0.36 | 0 | 0.39 | 0.26 |
| HSL | 115.14º | 0.36% | 0.6% | - |
| HSV(B) | 115.14º | 0.39% | 0.74% | - |
| XYZ | 29.18 | 41.7 | 22.73 | - |
| YUV | 160.23 | 102.47 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 115 | 0.36 | 0 | 0.39 | 0.26 | 115.14 | 0.36 | 0.6 |
| Hex | 79 | BD | 73 | 24 | 0 | 27 | 1A | 73 | 24 | 3C |
| Octal | 171 | 275 | 163 | 44 | 0 | 47 | 32 | 163 | 44 | 74 |
| Binary | 1111001 | 10111101 | 1110011 | 100100 | 0 | 100111 | 11010 | 1110011 | 100100 | 111100 |
Color Harmonies of #79BD73
Complementary color
Monochromatic Colors of #79BD73
Black with #79BD73
Text Example
Text Example
White with #79BD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BD73; }
p { color: rgb(121,189,115); }
H1.HeaderClassName
{
color: #79BD73;
}
.AnyTagClassName
{
color: #79BD73;
}
</style>
background-color css
<style>
a { background-color: #79BD73; }
a { background-color: rgb(121,189,115); }
div.DivClassName
{
background-color: #79BD73;
}
.BgClassName
{
background-color: #79BD73;
}
</style>
border-color css
<style>
span { border-color: #79BD73; }
span { border-color: rgb(121,189,115); }
td.TdClassName
{
border-color: #79BD73;
}
.TagClassName
{
border-color: #79BD73;
}
</style>