Shades of De York #79CA7F
Tints of De York #79CA7F
RGB
CMYK
RGB Variations
Color information
#79CA7F (or 0x79CA7F) is known color: De York. HEX triplet: 79, CA and 7F. RGB value is (121,202,127). Sum of RGB (Red+Green+Blue) = 121+202+127=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 127 (50% from 255 or 28.22% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #79CA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79CA7F is #863580. Grayscale: #A9A9A9. Windows color (decimal): -8795521 or 8374905. OLE color: 8374905.
HSL color Cylindrical-coordinate representation of color #79CA7F: hue angle of 124.44º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79CA7F is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 121 | 202 | 127 | - |
| CMYK | 0.40 | 0 | 0.37 | 0.21 |
| HSL | 124.44º | 0.43% | 0.63% | - |
| HSV(B) | 124.44º | 0.4% | 0.79% | - |
| XYZ | 32.84 | 47.84 | 27.58 | - |
| YUV | 169.23 | 104.16 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 202 | 127 | 0.40 | 0 | 0.37 | 0.21 | 124.44 | 0.43 | 0.63 |
| Hex | 79 | CA | 7F | 28 | 0 | 25 | 15 | 7C | 2B | 3F |
| Octal | 171 | 312 | 177 | 50 | 0 | 45 | 25 | 174 | 53 | 77 |
| Binary | 1111001 | 11001010 | 1111111 | 101000 | 0 | 100101 | 10101 | 1111100 | 101011 | 111111 |
Color Harmonies of #79CA7F
Complementary color
Monochromatic Colors of #79CA7F
Black with #79CA7F
Text Example
Text Example
White with #79CA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CA7F; }
p { color: rgb(121,202,127); }
H1.HeaderClassName
{
color: #79CA7F;
}
.AnyTagClassName
{
color: #79CA7F;
}
</style>
background-color css
<style>
a { background-color: #79CA7F; }
a { background-color: rgb(121,202,127); }
div.DivClassName
{
background-color: #79CA7F;
}
.BgClassName
{
background-color: #79CA7F;
}
</style>
border-color css
<style>
span { border-color: #79CA7F; }
span { border-color: rgb(121,202,127); }
td.TdClassName
{
border-color: #79CA7F;
}
.TagClassName
{
border-color: #79CA7F;
}
</style>