Shades of De York #7DD992
Tints of De York #7DD992
RGB
CMYK
RGB Variations
Color information
#7DD992 (or 0x7DD992) is known color: De York. HEX triplet: 7D, D9 and 92. RGB value is (125,217,146). Sum of RGB (Red+Green+Blue) = 125+217+146=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 217 (85.16% from 255 or 44.47% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 217 - color contains mainly: green. Hex color #7DD992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD992 is #82266D. Grayscale: #B5B5B5. Windows color (decimal): -8529518 or 9623933. OLE color: 9623933.
HSL color Cylindrical-coordinate representation of color #7DD992: hue angle of 133.7º 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 #7DD992 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 125 | 217 | 146 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.15 |
| HSL | 133.7º | 0.55% | 0.67% | - |
| HSV(B) | 133.7º | 0.42% | 0.85% | - |
| XYZ | 38.46 | 56.06 | 35.99 | - |
| YUV | 181.4 | 108.02 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 146 | 0.42 | 0 | 0.33 | 0.15 | 133.7 | 0.55 | 0.67 |
| Hex | 7D | D9 | 92 | 2A | 0 | 21 | F | 86 | 37 | 43 |
| Octal | 175 | 331 | 222 | 52 | 0 | 41 | 17 | 206 | 67 | 103 |
| Binary | 1111101 | 11011001 | 10010010 | 101010 | 0 | 100001 | 1111 | 10000110 | 110111 | 1000011 |
Color Harmonies of #7DD992
Complementary color
Monochromatic Colors of #7DD992
Black with #7DD992
Text Example
Text Example
White with #7DD992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD992; }
p { color: rgb(125,217,146); }
H1.HeaderClassName
{
color: #7DD992;
}
.AnyTagClassName
{
color: #7DD992;
}
</style>
background-color css
<style>
a { background-color: #7DD992; }
a { background-color: rgb(125,217,146); }
div.DivClassName
{
background-color: #7DD992;
}
.BgClassName
{
background-color: #7DD992;
}
</style>
border-color css
<style>
span { border-color: #7DD992; }
span { border-color: rgb(125,217,146); }
td.TdClassName
{
border-color: #7DD992;
}
.TagClassName
{
border-color: #7DD992;
}
</style>