Shades of De York #7DB47A
Tints of De York #7DB47A
RGB
CMYK
RGB Variations
Color information
#7DB47A (or 0x7DB47A) is known color: De York. HEX triplet: 7D, B4 and 7A. RGB value is (125,180,122). Sum of RGB (Red+Green+Blue) = 125+180+122=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB47A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB47A is #824B85. Grayscale: #9D9D9D. Windows color (decimal): -8539014 or 8041597. OLE color: 8041597.
HSL color Cylindrical-coordinate representation of color #7DB47A: hue angle of 116.9º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB47A is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 122 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.29 |
| HSL | 116.9º | 0.28% | 0.59% | - |
| HSV(B) | 116.9º | 0.32% | 0.71% | - |
| XYZ | 28.29 | 38.41 | 24.33 | - |
| YUV | 156.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 122 | 0.31 | 0 | 0.32 | 0.29 | 116.9 | 0.28 | 0.59 |
| Hex | 7D | B4 | 7A | 1F | 0 | 20 | 1D | 75 | 1C | 3B |
| Octal | 175 | 264 | 172 | 37 | 0 | 40 | 35 | 165 | 34 | 73 |
| Binary | 1111101 | 10110100 | 1111010 | 11111 | 0 | 100000 | 11101 | 1110101 | 11100 | 111011 |
Color Harmonies of #7DB47A
Complementary color
Monochromatic Colors of #7DB47A
Black with #7DB47A
Text Example
Text Example
White with #7DB47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB47A; }
p { color: rgb(125,180,122); }
H1.HeaderClassName
{
color: #7DB47A;
}
.AnyTagClassName
{
color: #7DB47A;
}
</style>
background-color css
<style>
a { background-color: #7DB47A; }
a { background-color: rgb(125,180,122); }
div.DivClassName
{
background-color: #7DB47A;
}
.BgClassName
{
background-color: #7DB47A;
}
</style>
border-color css
<style>
span { border-color: #7DB47A; }
span { border-color: rgb(125,180,122); }
td.TdClassName
{
border-color: #7DB47A;
}
.TagClassName
{
border-color: #7DB47A;
}
</style>