Shades of De York #7DB77E
Tints of De York #7DB77E
RGB
CMYK
RGB Variations
Color information
#7DB77E (or 0x7DB77E) is known color: De York. HEX triplet: 7D, B7 and 7E. RGB value is (125,183,126). Sum of RGB (Red+Green+Blue) = 125+183+126=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB77E is #824881. Grayscale: #9F9F9F. Windows color (decimal): -8538242 or 8304509. OLE color: 8304509.
HSL color Cylindrical-coordinate representation of color #7DB77E: hue angle of 121.03º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB77E is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 183 | 126 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.28 |
| HSL | 121.03º | 0.29% | 0.6% | - |
| HSV(B) | 121.03º | 0.32% | 0.72% | - |
| XYZ | 29.16 | 39.73 | 25.87 | - |
| YUV | 159.16 | 109.28 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 183 | 126 | 0.32 | 0 | 0.31 | 0.28 | 121.03 | 0.29 | 0.6 |
| Hex | 7D | B7 | 7E | 20 | 0 | 1F | 1C | 79 | 1D | 3C |
| Octal | 175 | 267 | 176 | 40 | 0 | 37 | 34 | 171 | 35 | 74 |
| Binary | 1111101 | 10110111 | 1111110 | 100000 | 0 | 11111 | 11100 | 1111001 | 11101 | 111100 |
Color Harmonies of #7DB77E
Complementary color
Monochromatic Colors of #7DB77E
Black with #7DB77E
Text Example
Text Example
White with #7DB77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB77E; }
p { color: rgb(125,183,126); }
H1.HeaderClassName
{
color: #7DB77E;
}
.AnyTagClassName
{
color: #7DB77E;
}
</style>
background-color css
<style>
a { background-color: #7DB77E; }
a { background-color: rgb(125,183,126); }
div.DivClassName
{
background-color: #7DB77E;
}
.BgClassName
{
background-color: #7DB77E;
}
</style>
border-color css
<style>
span { border-color: #7DB77E; }
span { border-color: rgb(125,183,126); }
td.TdClassName
{
border-color: #7DB77E;
}
.TagClassName
{
border-color: #7DB77E;
}
</style>