Shades of De York #7DCC86
Tints of De York #7DCC86
RGB
CMYK
RGB Variations
Color information
#7DCC86 (or 0x7DCC86) is known color: De York. HEX triplet: 7D, CC and 86. RGB value is (125,204,134). Sum of RGB (Red+Green+Blue) = 125+204+134=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 134 (52.73% from 255 or 28.94% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC86 is #823379. Grayscale: #ACACAC. Windows color (decimal): -8532858 or 8834173. OLE color: 8834173.
HSL color Cylindrical-coordinate representation of color #7DCC86: hue angle of 126.84º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7DCC86 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 134 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.2 |
| HSL | 126.84º | 0.44% | 0.65% | - |
| HSV(B) | 126.84º | 0.39% | 0.8% | - |
| XYZ | 34.35 | 49.27 | 30.25 | - |
| YUV | 172.4 | 106.33 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 134 | 0.39 | 0 | 0.34 | 0.2 | 126.84 | 0.44 | 0.65 |
| Hex | 7D | CC | 86 | 27 | 0 | 22 | 14 | 7F | 2C | 41 |
| Octal | 175 | 314 | 206 | 47 | 0 | 42 | 24 | 177 | 54 | 101 |
| Binary | 1111101 | 11001100 | 10000110 | 100111 | 0 | 100010 | 10100 | 1111111 | 101100 | 1000001 |
Color Harmonies of #7DCC86
Complementary color
Monochromatic Colors of #7DCC86
Black with #7DCC86
Text Example
Text Example
White with #7DCC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC86; }
p { color: rgb(125,204,134); }
H1.HeaderClassName
{
color: #7DCC86;
}
.AnyTagClassName
{
color: #7DCC86;
}
</style>
background-color css
<style>
a { background-color: #7DCC86; }
a { background-color: rgb(125,204,134); }
div.DivClassName
{
background-color: #7DCC86;
}
.BgClassName
{
background-color: #7DCC86;
}
</style>
border-color css
<style>
span { border-color: #7DCC86; }
span { border-color: rgb(125,204,134); }
td.TdClassName
{
border-color: #7DCC86;
}
.TagClassName
{
border-color: #7DCC86;
}
</style>