Shades of De York #7DD486
Tints of De York #7DD486
RGB
CMYK
RGB Variations
Color information
#7DD486 (or 0x7DD486) is known color: De York. HEX triplet: 7D, D4 and 86. RGB value is (125,212,134). Sum of RGB (Red+Green+Blue) = 125+212+134=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 212 (83.20% from 255 or 45.01% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 212 - color contains mainly: green. Hex color #7DD486 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DD486 is #822B79. Grayscale: #B1B1B1. Windows color (decimal): -8530810 or 8836221. OLE color: 8836221.
HSL color Cylindrical-coordinate representation of color #7DD486: hue angle of 126.21º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DD486 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 125 | 212 | 134 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.17 |
| HSL | 126.21º | 0.5% | 0.66% | - |
| HSV(B) | 126.21º | 0.41% | 0.83% | - |
| XYZ | 36.3 | 53.17 | 30.9 | - |
| YUV | 177.1 | 103.68 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 212 | 134 | 0.41 | 0 | 0.37 | 0.17 | 126.21 | 0.5 | 0.66 |
| Hex | 7D | D4 | 86 | 29 | 0 | 25 | 11 | 7E | 32 | 42 |
| Octal | 175 | 324 | 206 | 51 | 0 | 45 | 21 | 176 | 62 | 102 |
| Binary | 1111101 | 11010100 | 10000110 | 101001 | 0 | 100101 | 10001 | 1111110 | 110010 | 1000010 |
Color Harmonies of #7DD486
Complementary color
Monochromatic Colors of #7DD486
Black with #7DD486
Text Example
Text Example
White with #7DD486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD486; }
p { color: rgb(125,212,134); }
H1.HeaderClassName
{
color: #7DD486;
}
.AnyTagClassName
{
color: #7DD486;
}
</style>
background-color css
<style>
a { background-color: #7DD486; }
a { background-color: rgb(125,212,134); }
div.DivClassName
{
background-color: #7DD486;
}
.BgClassName
{
background-color: #7DD486;
}
</style>
border-color css
<style>
span { border-color: #7DD486; }
span { border-color: rgb(125,212,134); }
td.TdClassName
{
border-color: #7DD486;
}
.TagClassName
{
border-color: #7DD486;
}
</style>