Shades of De York #7DB582
Tints of De York #7DB582
RGB
CMYK
RGB Variations
Color information
#7DB582 (or 0x7DB582) is known color: De York. HEX triplet: 7D, B5 and 82. RGB value is (125,181,130). Sum of RGB (Red+Green+Blue) = 125+181+130=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 130 (51.17% from 255 or 29.82% from 436); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DB582 is #824A7D. Grayscale: #9E9E9E. Windows color (decimal): -8538750 or 8566141. OLE color: 8566141.
HSL color Cylindrical-coordinate representation of color #7DB582: hue angle of 125.36º 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 #7DB582 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 130 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.29 |
| HSL | 125.36º | 0.27% | 0.6% | - |
| HSV(B) | 125.36º | 0.31% | 0.71% | - |
| XYZ | 29.01 | 39.02 | 27.12 | - |
| YUV | 158.44 | 111.95 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 130 | 0.31 | 0 | 0.28 | 0.29 | 125.36 | 0.27 | 0.6 |
| Hex | 7D | B5 | 82 | 1F | 0 | 1C | 1D | 7D | 1B | 3C |
| Octal | 175 | 265 | 202 | 37 | 0 | 34 | 35 | 175 | 33 | 74 |
| Binary | 1111101 | 10110101 | 10000010 | 11111 | 0 | 11100 | 11101 | 1111101 | 11011 | 111100 |
Color Harmonies of #7DB582
Complementary color
Monochromatic Colors of #7DB582
Black with #7DB582
Text Example
Text Example
White with #7DB582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB582; }
p { color: rgb(125,181,130); }
H1.HeaderClassName
{
color: #7DB582;
}
.AnyTagClassName
{
color: #7DB582;
}
</style>
background-color css
<style>
a { background-color: #7DB582; }
a { background-color: rgb(125,181,130); }
div.DivClassName
{
background-color: #7DB582;
}
.BgClassName
{
background-color: #7DB582;
}
</style>
border-color css
<style>
span { border-color: #7DB582; }
span { border-color: rgb(125,181,130); }
td.TdClassName
{
border-color: #7DB582;
}
.TagClassName
{
border-color: #7DB582;
}
</style>