Shades of De York #7DD996
Tints of De York #7DD996
RGB
CMYK
RGB Variations
Color information
#7DD996 (or 0x7DD996) is known color: De York. HEX triplet: 7D, D9 and 96. RGB value is (125,217,150). Sum of RGB (Red+Green+Blue) = 125+217+150=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD996 is #822669. Grayscale: #B6B6B6. Windows color (decimal): -8529514 or 9886077. OLE color: 9886077.
HSL color Cylindrical-coordinate representation of color #7DD996: hue angle of 136.3º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DD996 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 150 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.15 |
| HSL | 136.3º | 0.55% | 0.67% | - |
| HSV(B) | 136.3º | 0.42% | 0.85% | - |
| XYZ | 38.78 | 56.19 | 37.66 | - |
| YUV | 181.85 | 110.02 | 87.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 150 | 0.42 | 0 | 0.31 | 0.15 | 136.3 | 0.55 | 0.67 |
| Hex | 7D | D9 | 96 | 2A | 0 | 1F | F | 88 | 37 | 43 |
| Octal | 175 | 331 | 226 | 52 | 0 | 37 | 17 | 210 | 67 | 103 |
| Binary | 1111101 | 11011001 | 10010110 | 101010 | 0 | 11111 | 1111 | 10001000 | 110111 | 1000011 |
Color Harmonies of #7DD996
Complementary color
Monochromatic Colors of #7DD996
Black with #7DD996
Text Example
Text Example
White with #7DD996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD996; }
p { color: rgb(125,217,150); }
H1.HeaderClassName
{
color: #7DD996;
}
.AnyTagClassName
{
color: #7DD996;
}
</style>
background-color css
<style>
a { background-color: #7DD996; }
a { background-color: rgb(125,217,150); }
div.DivClassName
{
background-color: #7DD996;
}
.BgClassName
{
background-color: #7DD996;
}
</style>
border-color css
<style>
span { border-color: #7DD996; }
span { border-color: rgb(125,217,150); }
td.TdClassName
{
border-color: #7DD996;
}
.TagClassName
{
border-color: #7DD996;
}
</style>