Shades of De York #79BF7C
Tints of De York #79BF7C
RGB
CMYK
RGB Variations
Color information
#79BF7C (or 0x79BF7C) is known color: De York. HEX triplet: 79, BF and 7C. RGB value is (121,191,124). Sum of RGB (Red+Green+Blue) = 121+191+124=436 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.75% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #79BF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79BF7C is #864083. Grayscale: #A2A2A2. Windows color (decimal): -8798340 or 8175481. OLE color: 8175481.
HSL color Cylindrical-coordinate representation of color #79BF7C: hue angle of 122.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79BF7C is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 191 | 124 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.25 |
| HSL | 122.57º | 0.35% | 0.61% | - |
| HSV(B) | 122.57º | 0.37% | 0.75% | - |
| XYZ | 30.15 | 42.78 | 25.74 | - |
| YUV | 162.43 | 106.31 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 191 | 124 | 0.37 | 0 | 0.35 | 0.25 | 122.57 | 0.35 | 0.61 |
| Hex | 79 | BF | 7C | 25 | 0 | 23 | 19 | 7B | 23 | 3D |
| Octal | 171 | 277 | 174 | 45 | 0 | 43 | 31 | 173 | 43 | 75 |
| Binary | 1111001 | 10111111 | 1111100 | 100101 | 0 | 100011 | 11001 | 1111011 | 100011 | 111101 |
Color Harmonies of #79BF7C
Complementary color
Monochromatic Colors of #79BF7C
Black with #79BF7C
Text Example
Text Example
White with #79BF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BF7C; }
p { color: rgb(121,191,124); }
H1.HeaderClassName
{
color: #79BF7C;
}
.AnyTagClassName
{
color: #79BF7C;
}
</style>
background-color css
<style>
a { background-color: #79BF7C; }
a { background-color: rgb(121,191,124); }
div.DivClassName
{
background-color: #79BF7C;
}
.BgClassName
{
background-color: #79BF7C;
}
</style>
border-color css
<style>
span { border-color: #79BF7C; }
span { border-color: rgb(121,191,124); }
td.TdClassName
{
border-color: #79BF7C;
}
.TagClassName
{
border-color: #79BF7C;
}
</style>