Shades of De York #79CF8C
Tints of De York #79CF8C
RGB
CMYK
RGB Variations
Color information
#79CF8C (or 0x79CF8C) is known color: De York. HEX triplet: 79, CF and 8C. RGB value is (121,207,140). Sum of RGB (Red+Green+Blue) = 121+207+140=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 140 (55.08% from 255 or 29.91% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #79CF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79CF8C is #863073. Grayscale: #ADADAD. Windows color (decimal): -8794228 or 9228153. OLE color: 9228153.
HSL color Cylindrical-coordinate representation of color #79CF8C: hue angle of 133.26º 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 #79CF8C is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 121 | 207 | 140 | - |
| CMYK | 0.42 | 0 | 0.32 | 0.19 |
| HSL | 133.26º | 0.47% | 0.64% | - |
| HSV(B) | 133.26º | 0.42% | 0.81% | - |
| XYZ | 34.93 | 50.58 | 32.73 | - |
| YUV | 173.65 | 109.01 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 207 | 140 | 0.42 | 0 | 0.32 | 0.19 | 133.26 | 0.47 | 0.64 |
| Hex | 79 | CF | 8C | 2A | 0 | 20 | 13 | 85 | 2F | 40 |
| Octal | 171 | 317 | 214 | 52 | 0 | 40 | 23 | 205 | 57 | 100 |
| Binary | 1111001 | 11001111 | 10001100 | 101010 | 0 | 100000 | 10011 | 10000101 | 101111 | 1000000 |
Color Harmonies of #79CF8C
Complementary color
Monochromatic Colors of #79CF8C
Black with #79CF8C
Text Example
Text Example
White with #79CF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CF8C; }
p { color: rgb(121,207,140); }
H1.HeaderClassName
{
color: #79CF8C;
}
.AnyTagClassName
{
color: #79CF8C;
}
</style>
background-color css
<style>
a { background-color: #79CF8C; }
a { background-color: rgb(121,207,140); }
div.DivClassName
{
background-color: #79CF8C;
}
.BgClassName
{
background-color: #79CF8C;
}
</style>
border-color css
<style>
span { border-color: #79CF8C; }
span { border-color: rgb(121,207,140); }
td.TdClassName
{
border-color: #79CF8C;
}
.TagClassName
{
border-color: #79CF8C;
}
</style>