Shades of De York #79CF7E
Tints of De York #79CF7E
RGB
CMYK
RGB Variations
Color information
#79CF7E (or 0x79CF7E) is known color: De York. HEX triplet: 79, CF and 7E. RGB value is (121,207,126). Sum of RGB (Red+Green+Blue) = 121+207+126=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 207 (81.25% from 255 or 45.59% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 207 - color contains mainly: green. Hex color #79CF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #79CF7E is #863081. Grayscale: #ACACAC. Windows color (decimal): -8794242 or 8310649. OLE color: 8310649.
HSL color Cylindrical-coordinate representation of color #79CF7E: hue angle of 123.49º 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 #79CF7E is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 207 | 126 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.19 |
| HSL | 123.49º | 0.47% | 0.64% | - |
| HSV(B) | 123.49º | 0.42% | 0.81% | - |
| XYZ | 33.96 | 50.2 | 27.64 | - |
| YUV | 172.05 | 102.01 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 207 | 126 | 0.42 | 0 | 0.39 | 0.19 | 123.49 | 0.47 | 0.64 |
| Hex | 79 | CF | 7E | 2A | 0 | 27 | 13 | 7B | 2F | 40 |
| Octal | 171 | 317 | 176 | 52 | 0 | 47 | 23 | 173 | 57 | 100 |
| Binary | 1111001 | 11001111 | 1111110 | 101010 | 0 | 100111 | 10011 | 1111011 | 101111 | 1000000 |
Color Harmonies of #79CF7E
Complementary color
Monochromatic Colors of #79CF7E
Black with #79CF7E
Text Example
Text Example
White with #79CF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CF7E; }
p { color: rgb(121,207,126); }
H1.HeaderClassName
{
color: #79CF7E;
}
.AnyTagClassName
{
color: #79CF7E;
}
</style>
background-color css
<style>
a { background-color: #79CF7E; }
a { background-color: rgb(121,207,126); }
div.DivClassName
{
background-color: #79CF7E;
}
.BgClassName
{
background-color: #79CF7E;
}
</style>
border-color css
<style>
span { border-color: #79CF7E; }
span { border-color: rgb(121,207,126); }
td.TdClassName
{
border-color: #79CF7E;
}
.TagClassName
{
border-color: #79CF7E;
}
</style>