Shades of De York #79CF80
Tints of De York #79CF80
RGB
CMYK
RGB Variations
Color information
#79CF80 (or 0x79CF80) is known color: De York. HEX triplet: 79, CF and 80. RGB value is (121,207,128). Sum of RGB (Red+Green+Blue) = 121+207+128=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #79CF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79CF80 is #86307F. Grayscale: #ACACAC. Windows color (decimal): -8794240 or 8441721. OLE color: 8441721.
HSL color Cylindrical-coordinate representation of color #79CF80: hue angle of 124.88º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79CF80 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 207 | 128 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.19 |
| HSL | 124.88º | 0.47% | 0.64% | - |
| HSV(B) | 124.88º | 0.42% | 0.81% | - |
| XYZ | 34.09 | 50.25 | 28.32 | - |
| YUV | 172.28 | 103.01 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 207 | 128 | 0.42 | 0 | 0.38 | 0.19 | 124.88 | 0.47 | 0.64 |
| Hex | 79 | CF | 80 | 2A | 0 | 26 | 13 | 7D | 2F | 40 |
| Octal | 171 | 317 | 200 | 52 | 0 | 46 | 23 | 175 | 57 | 100 |
| Binary | 1111001 | 11001111 | 10000000 | 101010 | 0 | 100110 | 10011 | 1111101 | 101111 | 1000000 |
Color Harmonies of #79CF80
Complementary color
Monochromatic Colors of #79CF80
Black with #79CF80
Text Example
Text Example
White with #79CF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CF80; }
p { color: rgb(121,207,128); }
H1.HeaderClassName
{
color: #79CF80;
}
.AnyTagClassName
{
color: #79CF80;
}
</style>
background-color css
<style>
a { background-color: #79CF80; }
a { background-color: rgb(121,207,128); }
div.DivClassName
{
background-color: #79CF80;
}
.BgClassName
{
background-color: #79CF80;
}
</style>
border-color css
<style>
span { border-color: #79CF80; }
span { border-color: rgb(121,207,128); }
td.TdClassName
{
border-color: #79CF80;
}
.TagClassName
{
border-color: #79CF80;
}
</style>