Shades of De York #7DCD89
Tints of De York #7DCD89
RGB
CMYK
RGB Variations
Color information
#7DCD89 (or 0x7DCD89) is known color: De York. HEX triplet: 7D, CD and 89. RGB value is (125,205,137). Sum of RGB (Red+Green+Blue) = 125+205+137=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #7DCD89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCD89 is #823276. Grayscale: #ADADAD. Windows color (decimal): -8532599 or 9031037. OLE color: 9031037.
HSL color Cylindrical-coordinate representation of color #7DCD89: hue angle of 129º 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 #7DCD89 is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 125 | 205 | 137 | - |
| CMYK | 0.39 | 0 | 0.33 | 0.20 |
| HSL | 129º | 0.44% | 0.65% | - |
| HSV(B) | 129º | 0.39% | 0.8% | - |
| XYZ | 34.8 | 49.83 | 31.45 | - |
| YUV | 173.33 | 107.5 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 205 | 137 | 0.39 | 0 | 0.33 | 0.20 | 129 | 0.44 | 0.65 |
| Hex | 7D | CD | 89 | 27 | 0 | 21 | 14 | 81 | 2C | 41 |
| Octal | 175 | 315 | 211 | 47 | 0 | 41 | 24 | 201 | 54 | 101 |
| Binary | 1111101 | 11001101 | 10001001 | 100111 | 0 | 100001 | 10100 | 10000001 | 101100 | 1000001 |
Color Harmonies of #7DCD89
Complementary color
Monochromatic Colors of #7DCD89
Black with #7DCD89
Text Example
Text Example
White with #7DCD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCD89; }
p { color: rgb(125,205,137); }
H1.HeaderClassName
{
color: #7DCD89;
}
.AnyTagClassName
{
color: #7DCD89;
}
</style>
background-color css
<style>
a { background-color: #7DCD89; }
a { background-color: rgb(125,205,137); }
div.DivClassName
{
background-color: #7DCD89;
}
.BgClassName
{
background-color: #7DCD89;
}
</style>
border-color css
<style>
span { border-color: #7DCD89; }
span { border-color: rgb(125,205,137); }
td.TdClassName
{
border-color: #7DCD89;
}
.TagClassName
{
border-color: #7DCD89;
}
</style>