Shades of De York #7DB87A
Tints of De York #7DB87A
RGB
CMYK
RGB Variations
Color information
#7DB87A (or 0x7DB87A) is known color: De York. HEX triplet: 7D, B8 and 7A. RGB value is (125,184,122). Sum of RGB (Red+Green+Blue) = 125+184+122=431 (57% of max value = 765). Red value is 125 (49.22% from 255 or 29.00% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB87A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB87A is #824785. Grayscale: #9F9F9F. Windows color (decimal): -8537990 or 8042621. OLE color: 8042621.
HSL color Cylindrical-coordinate representation of color #7DB87A: hue angle of 117.1º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DB87A is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 122 | - |
| CMYK | 0.32 | 0 | 0.34 | 0.28 |
| HSL | 117.1º | 0.3% | 0.6% | - |
| HSV(B) | 117.1º | 0.34% | 0.72% | - |
| XYZ | 29.11 | 40.05 | 24.61 | - |
| YUV | 159.29 | 106.95 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 122 | 0.32 | 0 | 0.34 | 0.28 | 117.1 | 0.3 | 0.6 |
| Hex | 7D | B8 | 7A | 20 | 0 | 22 | 1C | 75 | 1E | 3C |
| Octal | 175 | 270 | 172 | 40 | 0 | 42 | 34 | 165 | 36 | 74 |
| Binary | 1111101 | 10111000 | 1111010 | 100000 | 0 | 100010 | 11100 | 1110101 | 11110 | 111100 |
Color Harmonies of #7DB87A
Complementary color
Monochromatic Colors of #7DB87A
Black with #7DB87A
Text Example
Text Example
White with #7DB87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB87A; }
p { color: rgb(125,184,122); }
H1.HeaderClassName
{
color: #7DB87A;
}
.AnyTagClassName
{
color: #7DB87A;
}
</style>
background-color css
<style>
a { background-color: #7DB87A; }
a { background-color: rgb(125,184,122); }
div.DivClassName
{
background-color: #7DB87A;
}
.BgClassName
{
background-color: #7DB87A;
}
</style>
border-color css
<style>
span { border-color: #7DB87A; }
span { border-color: rgb(125,184,122); }
td.TdClassName
{
border-color: #7DB87A;
}
.TagClassName
{
border-color: #7DB87A;
}
</style>