Shades of De York #7DB47C
Tints of De York #7DB47C
RGB
CMYK
RGB Variations
Color information
#7DB47C (or 0x7DB47C) is known color: De York. HEX triplet: 7D, B4 and 7C. RGB value is (125,180,124). Sum of RGB (Red+Green+Blue) = 125+180+124=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB47C is #824B83. Grayscale: #9D9D9D. Windows color (decimal): -8539012 or 8172669. OLE color: 8172669.
HSL color Cylindrical-coordinate representation of color #7DB47C: hue angle of 118.93º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DB47C is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 124 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.29 |
| HSL | 118.93º | 0.27% | 0.6% | - |
| HSV(B) | 118.93º | 0.31% | 0.71% | - |
| XYZ | 28.42 | 38.46 | 24.99 | - |
| YUV | 157.17 | 109.28 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 124 | 0.31 | 0 | 0.31 | 0.29 | 118.93 | 0.27 | 0.6 |
| Hex | 7D | B4 | 7C | 1F | 0 | 1F | 1D | 77 | 1B | 3C |
| Octal | 175 | 264 | 174 | 37 | 0 | 37 | 35 | 167 | 33 | 74 |
| Binary | 1111101 | 10110100 | 1111100 | 11111 | 0 | 11111 | 11101 | 1110111 | 11011 | 111100 |
Color Harmonies of #7DB47C
Complementary color
Monochromatic Colors of #7DB47C
Black with #7DB47C
Text Example
Text Example
White with #7DB47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB47C; }
p { color: rgb(125,180,124); }
H1.HeaderClassName
{
color: #7DB47C;
}
.AnyTagClassName
{
color: #7DB47C;
}
</style>
background-color css
<style>
a { background-color: #7DB47C; }
a { background-color: rgb(125,180,124); }
div.DivClassName
{
background-color: #7DB47C;
}
.BgClassName
{
background-color: #7DB47C;
}
</style>
border-color css
<style>
span { border-color: #7DB47C; }
span { border-color: rgb(125,180,124); }
td.TdClassName
{
border-color: #7DB47C;
}
.TagClassName
{
border-color: #7DB47C;
}
</style>