Shades of De York #7DC879
Tints of De York #7DC879
RGB
CMYK
RGB Variations
Color information
#7DC879 (or 0x7DC879) is known color: De York. HEX triplet: 7D, C8 and 79. RGB value is (125,200,121). Sum of RGB (Red+Green+Blue) = 125+200+121=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 200 (78.52% from 255 or 44.84% from 446); Blue value is 121 (47.66% from 255 or 27.13% from 446); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC879 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC879 is #823786. Grayscale: #A8A8A8. Windows color (decimal): -8533895 or 7981181. OLE color: 7981181.
HSL color Cylindrical-coordinate representation of color #7DC879: hue angle of 116.96º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DC879 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 125 | 200 | 121 | - |
| CMYK | 0.38 | 0 | 0.39 | 0.22 |
| HSL | 116.96º | 0.42% | 0.63% | - |
| HSV(B) | 116.96º | 0.4% | 0.78% | - |
| XYZ | 32.56 | 47.05 | 25.45 | - |
| YUV | 168.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 121 | 0.38 | 0 | 0.39 | 0.22 | 116.96 | 0.42 | 0.63 |
| Hex | 7D | C8 | 79 | 26 | 0 | 27 | 16 | 75 | 2A | 3F |
| Octal | 175 | 310 | 171 | 46 | 0 | 47 | 26 | 165 | 52 | 77 |
| Binary | 1111101 | 11001000 | 1111001 | 100110 | 0 | 100111 | 10110 | 1110101 | 101010 | 111111 |
Color Harmonies of #7DC879
Complementary color
Monochromatic Colors of #7DC879
Black with #7DC879
Text Example
Text Example
White with #7DC879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC879; }
p { color: rgb(125,200,121); }
H1.HeaderClassName
{
color: #7DC879;
}
.AnyTagClassName
{
color: #7DC879;
}
</style>
background-color css
<style>
a { background-color: #7DC879; }
a { background-color: rgb(125,200,121); }
div.DivClassName
{
background-color: #7DC879;
}
.BgClassName
{
background-color: #7DC879;
}
</style>
border-color css
<style>
span { border-color: #7DC879; }
span { border-color: rgb(125,200,121); }
td.TdClassName
{
border-color: #7DC879;
}
.TagClassName
{
border-color: #7DC879;
}
</style>