Shades of De York #7DD392
Tints of De York #7DD392
RGB
CMYK
RGB Variations
Color information
#7DD392 (or 0x7DD392) is known color: De York. HEX triplet: 7D, D3 and 92. RGB value is (125,211,146). Sum of RGB (Red+Green+Blue) = 125+211+146=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD392 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD392 is #822C6D. Grayscale: #B2B2B2. Windows color (decimal): -8531054 or 9622397. OLE color: 9622397.
HSL color Cylindrical-coordinate representation of color #7DD392: hue angle of 134.65º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD392 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 211 | 146 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.17 |
| HSL | 134.65º | 0.49% | 0.66% | - |
| HSV(B) | 134.65º | 0.41% | 0.83% | - |
| XYZ | 36.94 | 53.02 | 35.48 | - |
| YUV | 177.88 | 110.01 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 211 | 146 | 0.41 | 0 | 0.31 | 0.17 | 134.65 | 0.49 | 0.66 |
| Hex | 7D | D3 | 92 | 29 | 0 | 1F | 11 | 87 | 31 | 42 |
| Octal | 175 | 323 | 222 | 51 | 0 | 37 | 21 | 207 | 61 | 102 |
| Binary | 1111101 | 11010011 | 10010010 | 101001 | 0 | 11111 | 10001 | 10000111 | 110001 | 1000010 |
Color Harmonies of #7DD392
Complementary color
Monochromatic Colors of #7DD392
Black with #7DD392
Text Example
Text Example
White with #7DD392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD392; }
p { color: rgb(125,211,146); }
H1.HeaderClassName
{
color: #7DD392;
}
.AnyTagClassName
{
color: #7DD392;
}
</style>
background-color css
<style>
a { background-color: #7DD392; }
a { background-color: rgb(125,211,146); }
div.DivClassName
{
background-color: #7DD392;
}
.BgClassName
{
background-color: #7DD392;
}
</style>
border-color css
<style>
span { border-color: #7DD392; }
span { border-color: rgb(125,211,146); }
td.TdClassName
{
border-color: #7DD392;
}
.TagClassName
{
border-color: #7DD392;
}
</style>