Shades of De York #7DD797
Tints of De York #7DD797
RGB
CMYK
RGB Variations
Color information
#7DD797 (or 0x7DD797) is known color: De York. HEX triplet: 7D, D7 and 97. RGB value is (125,215,151). Sum of RGB (Red+Green+Blue) = 125+215+151=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 215 (84.38% from 255 or 43.79% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD797 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD797 is #822868. Grayscale: #B4B4B4. Windows color (decimal): -8530025 or 9951101. OLE color: 9951101.
HSL color Cylindrical-coordinate representation of color #7DD797: hue angle of 137.33º 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 #7DD797 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 215 | 151 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.16 |
| HSL | 137.33º | 0.53% | 0.67% | - |
| HSV(B) | 137.33º | 0.42% | 0.84% | - |
| XYZ | 38.34 | 55.2 | 37.91 | - |
| YUV | 180.79 | 111.18 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 151 | 0.42 | 0 | 0.30 | 0.16 | 137.33 | 0.53 | 0.67 |
| Hex | 7D | D7 | 97 | 2A | 0 | 1E | 10 | 89 | 35 | 43 |
| Octal | 175 | 327 | 227 | 52 | 0 | 36 | 20 | 211 | 65 | 103 |
| Binary | 1111101 | 11010111 | 10010111 | 101010 | 0 | 11110 | 10000 | 10001001 | 110101 | 1000011 |
Color Harmonies of #7DD797
Complementary color
Monochromatic Colors of #7DD797
Black with #7DD797
Text Example
Text Example
White with #7DD797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD797; }
p { color: rgb(125,215,151); }
H1.HeaderClassName
{
color: #7DD797;
}
.AnyTagClassName
{
color: #7DD797;
}
</style>
background-color css
<style>
a { background-color: #7DD797; }
a { background-color: rgb(125,215,151); }
div.DivClassName
{
background-color: #7DD797;
}
.BgClassName
{
background-color: #7DD797;
}
</style>
border-color css
<style>
span { border-color: #7DD797; }
span { border-color: rgb(125,215,151); }
td.TdClassName
{
border-color: #7DD797;
}
.TagClassName
{
border-color: #7DD797;
}
</style>