Shades of De York #7DD584
Tints of De York #7DD584
RGB
CMYK
RGB Variations
Color information
#7DD584 (or 0x7DD584) is known color: De York. HEX triplet: 7D, D5 and 84. RGB value is (125,213,132). Sum of RGB (Red+Green+Blue) = 125+213+132=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #7DD584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD584 is #822A7B. Grayscale: #B1B1B1. Windows color (decimal): -8530556 or 8705405. OLE color: 8705405.
HSL color Cylindrical-coordinate representation of color #7DD584: hue angle of 124.77º 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 #7DD584 is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 213 | 132 | - |
| CMYK | 0.41 | 0 | 0.38 | 0.16 |
| HSL | 124.77º | 0.51% | 0.66% | - |
| HSV(B) | 124.77º | 0.41% | 0.84% | - |
| XYZ | 36.42 | 53.61 | 30.26 | - |
| YUV | 177.45 | 102.35 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 132 | 0.41 | 0 | 0.38 | 0.16 | 124.77 | 0.51 | 0.66 |
| Hex | 7D | D5 | 84 | 29 | 0 | 26 | 10 | 7D | 33 | 42 |
| Octal | 175 | 325 | 204 | 51 | 0 | 46 | 20 | 175 | 63 | 102 |
| Binary | 1111101 | 11010101 | 10000100 | 101001 | 0 | 100110 | 10000 | 1111101 | 110011 | 1000010 |
Color Harmonies of #7DD584
Complementary color
Monochromatic Colors of #7DD584
Black with #7DD584
Text Example
Text Example
White with #7DD584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD584; }
p { color: rgb(125,213,132); }
H1.HeaderClassName
{
color: #7DD584;
}
.AnyTagClassName
{
color: #7DD584;
}
</style>
background-color css
<style>
a { background-color: #7DD584; }
a { background-color: rgb(125,213,132); }
div.DivClassName
{
background-color: #7DD584;
}
.BgClassName
{
background-color: #7DD584;
}
</style>
border-color css
<style>
span { border-color: #7DD584; }
span { border-color: rgb(125,213,132); }
td.TdClassName
{
border-color: #7DD584;
}
.TagClassName
{
border-color: #7DD584;
}
</style>