Shades of De York #7DB87E
Tints of De York #7DB87E
RGB
CMYK
RGB Variations
Color information
#7DB87E (or 0x7DB87E) is known color: De York. HEX triplet: 7D, B8 and 7E. RGB value is (125,184,126). Sum of RGB (Red+Green+Blue) = 125+184+126=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB87E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB87E is #824781. Grayscale: #9F9F9F. Windows color (decimal): -8537986 or 8304765. OLE color: 8304765.
HSL color Cylindrical-coordinate representation of color #7DB87E: hue angle of 121.02º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7DB87E is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 126 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.28 |
| HSL | 121.02º | 0.29% | 0.61% | - |
| HSV(B) | 121.02º | 0.32% | 0.72% | - |
| XYZ | 29.36 | 40.15 | 25.94 | - |
| YUV | 159.75 | 108.95 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 126 | 0.32 | 0 | 0.32 | 0.28 | 121.02 | 0.29 | 0.61 |
| Hex | 7D | B8 | 7E | 20 | 0 | 20 | 1C | 79 | 1D | 3D |
| Octal | 175 | 270 | 176 | 40 | 0 | 40 | 34 | 171 | 35 | 75 |
| Binary | 1111101 | 10111000 | 1111110 | 100000 | 0 | 100000 | 11100 | 1111001 | 11101 | 111101 |
Color Harmonies of #7DB87E
Complementary color
Monochromatic Colors of #7DB87E
Black with #7DB87E
Text Example
Text Example
White with #7DB87E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB87E; }
p { color: rgb(125,184,126); }
H1.HeaderClassName
{
color: #7DB87E;
}
.AnyTagClassName
{
color: #7DB87E;
}
</style>
background-color css
<style>
a { background-color: #7DB87E; }
a { background-color: rgb(125,184,126); }
div.DivClassName
{
background-color: #7DB87E;
}
.BgClassName
{
background-color: #7DB87E;
}
</style>
border-color css
<style>
span { border-color: #7DB87E; }
span { border-color: rgb(125,184,126); }
td.TdClassName
{
border-color: #7DB87E;
}
.TagClassName
{
border-color: #7DB87E;
}
</style>