Shades of De York #7DCD93
Tints of De York #7DCD93
RGB
CMYK
RGB Variations
Color information
#7DCD93 (or 0x7DCD93) is known color: De York. HEX triplet: 7D, CD and 93. RGB value is (125,205,147). Sum of RGB (Red+Green+Blue) = 125+205+147=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD93 is #82326C. Grayscale: #AEAEAE. Windows color (decimal): -8532589 or 9686397. OLE color: 9686397.
HSL color Cylindrical-coordinate representation of color #7DCD93: hue angle of 136.5º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCD93 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 147 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.20 |
| HSL | 136.5º | 0.44% | 0.65% | - |
| HSV(B) | 136.5º | 0.39% | 0.8% | - |
| XYZ | 35.56 | 50.13 | 35.41 | - |
| YUV | 174.47 | 112.5 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 147 | 0.39 | 0 | 0.28 | 0.20 | 136.5 | 0.44 | 0.65 |
| Hex | 7D | CD | 93 | 27 | 0 | 1C | 14 | 88 | 2C | 41 |
| Octal | 175 | 315 | 223 | 47 | 0 | 34 | 24 | 210 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10010011 | 100111 | 0 | 11100 | 10100 | 10001000 | 101100 | 1000001 |
Color Harmonies of #7DCD93
Complementary color
Monochromatic Colors of #7DCD93
Black with #7DCD93
Text Example
Text Example
White with #7DCD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD93; }
p { color: rgb(125,205,147); }
H1.HeaderClassName
{
color: #7DCD93;
}
.AnyTagClassName
{
color: #7DCD93;
}
</style>
background-color css
<style>
a { background-color: #7DCD93; }
a { background-color: rgb(125,205,147); }
div.DivClassName
{
background-color: #7DCD93;
}
.BgClassName
{
background-color: #7DCD93;
}
</style>
border-color css
<style>
span { border-color: #7DCD93; }
span { border-color: rgb(125,205,147); }
td.TdClassName
{
border-color: #7DCD93;
}
.TagClassName
{
border-color: #7DCD93;
}
</style>