Shades of De York #7DD293
Tints of De York #7DD293
RGB
CMYK
RGB Variations
Color information
#7DD293 (or 0x7DD293) is known color: De York. HEX triplet: 7D, D2 and 93. RGB value is (125,210,147). Sum of RGB (Red+Green+Blue) = 125+210+147=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD293 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD293 is #822D6C. Grayscale: #B1B1B1. Windows color (decimal): -8531309 or 9687677. OLE color: 9687677.
HSL color Cylindrical-coordinate representation of color #7DD293: hue angle of 135.53º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD293 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 210 | 147 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.18 |
| HSL | 135.53º | 0.49% | 0.66% | - |
| HSV(B) | 135.53º | 0.4% | 0.82% | - |
| XYZ | 36.77 | 52.56 | 35.81 | - |
| YUV | 177.4 | 110.84 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 147 | 0.40 | 0 | 0.30 | 0.18 | 135.53 | 0.49 | 0.66 |
| Hex | 7D | D2 | 93 | 28 | 0 | 1E | 12 | 88 | 31 | 42 |
| Octal | 175 | 322 | 223 | 50 | 0 | 36 | 22 | 210 | 61 | 102 |
| Binary | 1111101 | 11010010 | 10010011 | 101000 | 0 | 11110 | 10010 | 10001000 | 110001 | 1000010 |
Color Harmonies of #7DD293
Complementary color
Monochromatic Colors of #7DD293
Black with #7DD293
Text Example
Text Example
White with #7DD293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD293; }
p { color: rgb(125,210,147); }
H1.HeaderClassName
{
color: #7DD293;
}
.AnyTagClassName
{
color: #7DD293;
}
</style>
background-color css
<style>
a { background-color: #7DD293; }
a { background-color: rgb(125,210,147); }
div.DivClassName
{
background-color: #7DD293;
}
.BgClassName
{
background-color: #7DD293;
}
</style>
border-color css
<style>
span { border-color: #7DD293; }
span { border-color: rgb(125,210,147); }
td.TdClassName
{
border-color: #7DD293;
}
.TagClassName
{
border-color: #7DD293;
}
</style>