Shades of De York #7DD78C
Tints of De York #7DD78C
RGB
CMYK
RGB Variations
Color information
#7DD78C (or 0x7DD78C) is known color: De York. HEX triplet: 7D, D7 and 8C. RGB value is (125,215,140). Sum of RGB (Red+Green+Blue) = 125+215+140=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD78C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD78C is #822873. Grayscale: #B3B3B3. Windows color (decimal): -8530036 or 9230205. OLE color: 9230205.
HSL color Cylindrical-coordinate representation of color #7DD78C: hue angle of 130º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD78C is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 140 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.16 |
| HSL | 130º | 0.53% | 0.67% | - |
| HSV(B) | 130º | 0.42% | 0.84% | - |
| XYZ | 37.49 | 54.85 | 33.42 | - |
| YUV | 179.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 140 | 0.42 | 0 | 0.35 | 0.16 | 130 | 0.53 | 0.67 |
| Hex | 7D | D7 | 8C | 2A | 0 | 23 | 10 | 82 | 35 | 43 |
| Octal | 175 | 327 | 214 | 52 | 0 | 43 | 20 | 202 | 65 | 103 |
| Binary | 1111101 | 11010111 | 10001100 | 101010 | 0 | 100011 | 10000 | 10000010 | 110101 | 1000011 |
Color Harmonies of #7DD78C
Complementary color
Monochromatic Colors of #7DD78C
Black with #7DD78C
Text Example
Text Example
White with #7DD78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD78C; }
p { color: rgb(125,215,140); }
H1.HeaderClassName
{
color: #7DD78C;
}
.AnyTagClassName
{
color: #7DD78C;
}
</style>
background-color css
<style>
a { background-color: #7DD78C; }
a { background-color: rgb(125,215,140); }
div.DivClassName
{
background-color: #7DD78C;
}
.BgClassName
{
background-color: #7DD78C;
}
</style>
border-color css
<style>
span { border-color: #7DD78C; }
span { border-color: rgb(125,215,140); }
td.TdClassName
{
border-color: #7DD78C;
}
.TagClassName
{
border-color: #7DD78C;
}
</style>