Shades of De York #7DC98D
Tints of De York #7DC98D
RGB
CMYK
RGB Variations
Color information
#7DC98D (or 0x7DC98D) is known color: De York. HEX triplet: 7D, C9 and 8D. RGB value is (125,201,141). Sum of RGB (Red+Green+Blue) = 125+201+141=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #7DC98D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC98D is #823672. Grayscale: #ABABAB. Windows color (decimal): -8533619 or 9292157. OLE color: 9292157.
HSL color Cylindrical-coordinate representation of color #7DC98D: hue angle of 132.63º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC98D is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 125 | 201 | 141 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.21 |
| HSL | 132.63º | 0.41% | 0.64% | - |
| HSV(B) | 132.63º | 0.38% | 0.79% | - |
| XYZ | 34.15 | 48.06 | 32.68 | - |
| YUV | 171.44 | 110.82 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 141 | 0.38 | 0 | 0.30 | 0.21 | 132.63 | 0.41 | 0.64 |
| Hex | 7D | C9 | 8D | 26 | 0 | 1E | 15 | 85 | 29 | 40 |
| Octal | 175 | 311 | 215 | 46 | 0 | 36 | 25 | 205 | 51 | 100 |
| Binary | 1111101 | 11001001 | 10001101 | 100110 | 0 | 11110 | 10101 | 10000101 | 101001 | 1000000 |
Color Harmonies of #7DC98D
Complementary color
Monochromatic Colors of #7DC98D
Black with #7DC98D
Text Example
Text Example
White with #7DC98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC98D; }
p { color: rgb(125,201,141); }
H1.HeaderClassName
{
color: #7DC98D;
}
.AnyTagClassName
{
color: #7DC98D;
}
</style>
background-color css
<style>
a { background-color: #7DC98D; }
a { background-color: rgb(125,201,141); }
div.DivClassName
{
background-color: #7DC98D;
}
.BgClassName
{
background-color: #7DC98D;
}
</style>
border-color css
<style>
span { border-color: #7DC98D; }
span { border-color: rgb(125,201,141); }
td.TdClassName
{
border-color: #7DC98D;
}
.TagClassName
{
border-color: #7DC98D;
}
</style>