Shades of De York #7DD180
Tints of De York #7DD180
RGB
CMYK
RGB Variations
Color information
#7DD180 (or 0x7DD180) is known color: De York. HEX triplet: 7D, D1 and 80. RGB value is (125,209,128). Sum of RGB (Red+Green+Blue) = 125+209+128=462 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.06% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 128 (50.39% from 255 or 27.71% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #7DD180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD180 is #822E7F. Grayscale: #AEAEAE. Windows color (decimal): -8531584 or 8442237. OLE color: 8442237.
HSL color Cylindrical-coordinate representation of color #7DD180: hue angle of 122.14º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DD180 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 125 | 209 | 128 | - |
| CMYK | 0.40 | 0 | 0.39 | 0.18 |
| HSL | 122.14º | 0.48% | 0.65% | - |
| HSV(B) | 122.14º | 0.4% | 0.82% | - |
| XYZ | 35.15 | 51.52 | 28.51 | - |
| YUV | 174.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 209 | 128 | 0.40 | 0 | 0.39 | 0.18 | 122.14 | 0.48 | 0.65 |
| Hex | 7D | D1 | 80 | 28 | 0 | 27 | 12 | 7A | 30 | 41 |
| Octal | 175 | 321 | 200 | 50 | 0 | 47 | 22 | 172 | 60 | 101 |
| Binary | 1111101 | 11010001 | 10000000 | 101000 | 0 | 100111 | 10010 | 1111010 | 110000 | 1000001 |
Color Harmonies of #7DD180
Complementary color
Monochromatic Colors of #7DD180
Black with #7DD180
Text Example
Text Example
White with #7DD180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD180; }
p { color: rgb(125,209,128); }
H1.HeaderClassName
{
color: #7DD180;
}
.AnyTagClassName
{
color: #7DD180;
}
</style>
background-color css
<style>
a { background-color: #7DD180; }
a { background-color: rgb(125,209,128); }
div.DivClassName
{
background-color: #7DD180;
}
.BgClassName
{
background-color: #7DD180;
}
</style>
border-color css
<style>
span { border-color: #7DD180; }
span { border-color: rgb(125,209,128); }
td.TdClassName
{
border-color: #7DD180;
}
.TagClassName
{
border-color: #7DD180;
}
</style>