Shades of De York #7DD796
Tints of De York #7DD796
RGB
CMYK
RGB Variations
Color information
#7DD796 (or 0x7DD796) is known color: De York. HEX triplet: 7D, D7 and 96. RGB value is (125,215,150). Sum of RGB (Red+Green+Blue) = 125+215+150=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD796 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD796 is #822869. Grayscale: #B4B4B4. Windows color (decimal): -8530026 or 9885565. OLE color: 9885565.
HSL color Cylindrical-coordinate representation of color #7DD796: hue angle of 136.67º 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 #7DD796 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 150 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.16 |
| HSL | 136.67º | 0.53% | 0.67% | - |
| HSV(B) | 136.67º | 0.42% | 0.84% | - |
| XYZ | 38.26 | 55.16 | 37.48 | - |
| YUV | 180.68 | 110.68 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 150 | 0.42 | 0 | 0.30 | 0.16 | 136.67 | 0.53 | 0.67 |
| Hex | 7D | D7 | 96 | 2A | 0 | 1E | 10 | 89 | 35 | 43 |
| Octal | 175 | 327 | 226 | 52 | 0 | 36 | 20 | 211 | 65 | 103 |
| Binary | 1111101 | 11010111 | 10010110 | 101010 | 0 | 11110 | 10000 | 10001001 | 110101 | 1000011 |
Color Harmonies of #7DD796
Complementary color
Monochromatic Colors of #7DD796
Black with #7DD796
Text Example
Text Example
White with #7DD796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD796; }
p { color: rgb(125,215,150); }
H1.HeaderClassName
{
color: #7DD796;
}
.AnyTagClassName
{
color: #7DD796;
}
</style>
background-color css
<style>
a { background-color: #7DD796; }
a { background-color: rgb(125,215,150); }
div.DivClassName
{
background-color: #7DD796;
}
.BgClassName
{
background-color: #7DD796;
}
</style>
border-color css
<style>
span { border-color: #7DD796; }
span { border-color: rgb(125,215,150); }
td.TdClassName
{
border-color: #7DD796;
}
.TagClassName
{
border-color: #7DD796;
}
</style>