Shades of De York #79CD8F
Tints of De York #79CD8F
RGB
CMYK
RGB Variations
Color information
#79CD8F (or 0x79CD8F) is known color: De York. HEX triplet: 79, CD and 8F. RGB value is (121,205,143). Sum of RGB (Red+Green+Blue) = 121+205+143=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 143 (56.25% from 255 or 30.49% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #79CD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79CD8F is #863270. Grayscale: #ACACAC. Windows color (decimal): -8794737 or 9424249. OLE color: 9424249.
HSL color Cylindrical-coordinate representation of color #79CD8F: hue angle of 135.71º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #79CD8F is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 121 | 205 | 143 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.20 |
| HSL | 135.71º | 0.46% | 0.64% | - |
| HSV(B) | 135.71º | 0.41% | 0.8% | - |
| XYZ | 34.67 | 49.71 | 33.75 | - |
| YUV | 172.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 205 | 143 | 0.41 | 0 | 0.30 | 0.20 | 135.71 | 0.46 | 0.64 |
| Hex | 79 | CD | 8F | 29 | 0 | 1E | 14 | 88 | 2E | 40 |
| Octal | 171 | 315 | 217 | 51 | 0 | 36 | 24 | 210 | 56 | 100 |
| Binary | 1111001 | 11001101 | 10001111 | 101001 | 0 | 11110 | 10100 | 10001000 | 101110 | 1000000 |
Color Harmonies of #79CD8F
Complementary color
Monochromatic Colors of #79CD8F
Black with #79CD8F
Text Example
Text Example
White with #79CD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CD8F; }
p { color: rgb(121,205,143); }
H1.HeaderClassName
{
color: #79CD8F;
}
.AnyTagClassName
{
color: #79CD8F;
}
</style>
background-color css
<style>
a { background-color: #79CD8F; }
a { background-color: rgb(121,205,143); }
div.DivClassName
{
background-color: #79CD8F;
}
.BgClassName
{
background-color: #79CD8F;
}
</style>
border-color css
<style>
span { border-color: #79CD8F; }
span { border-color: rgb(121,205,143); }
td.TdClassName
{
border-color: #79CD8F;
}
.TagClassName
{
border-color: #79CD8F;
}
</style>