Shades of De York #7DD587
Tints of De York #7DD587
RGB
CMYK
RGB Variations
Color information
#7DD587 (or 0x7DD587) is known color: De York. HEX triplet: 7D, D5 and 87. RGB value is (125,213,135). Sum of RGB (Red+Green+Blue) = 125+213+135=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 213 (83.59% from 255 or 45.03% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD587 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD587 is #822A78. Grayscale: #B2B2B2. Windows color (decimal): -8530553 or 8902013. OLE color: 8902013.
HSL color Cylindrical-coordinate representation of color #7DD587: hue angle of 126.82º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD587 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 213 | 135 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.16 |
| HSL | 126.82º | 0.51% | 0.66% | - |
| HSV(B) | 126.82º | 0.41% | 0.84% | - |
| XYZ | 36.62 | 53.7 | 31.36 | - |
| YUV | 177.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 135 | 0.41 | 0 | 0.37 | 0.16 | 126.82 | 0.51 | 0.66 |
| Hex | 7D | D5 | 87 | 29 | 0 | 25 | 10 | 7F | 33 | 42 |
| Octal | 175 | 325 | 207 | 51 | 0 | 45 | 20 | 177 | 63 | 102 |
| Binary | 1111101 | 11010101 | 10000111 | 101001 | 0 | 100101 | 10000 | 1111111 | 110011 | 1000010 |
Color Harmonies of #7DD587
Complementary color
Monochromatic Colors of #7DD587
Black with #7DD587
Text Example
Text Example
White with #7DD587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD587; }
p { color: rgb(125,213,135); }
H1.HeaderClassName
{
color: #7DD587;
}
.AnyTagClassName
{
color: #7DD587;
}
</style>
background-color css
<style>
a { background-color: #7DD587; }
a { background-color: rgb(125,213,135); }
div.DivClassName
{
background-color: #7DD587;
}
.BgClassName
{
background-color: #7DD587;
}
</style>
border-color css
<style>
span { border-color: #7DD587; }
span { border-color: rgb(125,213,135); }
td.TdClassName
{
border-color: #7DD587;
}
.TagClassName
{
border-color: #7DD587;
}
</style>