Shades of De York #7DCC87
Tints of De York #7DCC87
RGB
CMYK
RGB Variations
Color information
#7DCC87 (or 0x7DCC87) is known color: De York. HEX triplet: 7D, CC and 87. RGB value is (125,204,135). Sum of RGB (Red+Green+Blue) = 125+204+135=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC87 is #823378. Grayscale: #ACACAC. Windows color (decimal): -8532857 or 8899709. OLE color: 8899709.
HSL color Cylindrical-coordinate representation of color #7DCC87: hue angle of 127.59º 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 #7DCC87 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 135 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.2 |
| HSL | 127.59º | 0.44% | 0.65% | - |
| HSV(B) | 127.59º | 0.39% | 0.8% | - |
| XYZ | 34.42 | 49.29 | 30.62 | - |
| YUV | 172.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 135 | 0.39 | 0 | 0.34 | 0.2 | 127.59 | 0.44 | 0.65 |
| Hex | 7D | CC | 87 | 27 | 0 | 22 | 14 | 80 | 2C | 41 |
| Octal | 175 | 314 | 207 | 47 | 0 | 42 | 24 | 200 | 54 | 101 |
| Binary | 1111101 | 11001100 | 10000111 | 100111 | 0 | 100010 | 10100 | 10000000 | 101100 | 1000001 |
Color Harmonies of #7DCC87
Complementary color
Monochromatic Colors of #7DCC87
Black with #7DCC87
Text Example
Text Example
White with #7DCC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC87; }
p { color: rgb(125,204,135); }
H1.HeaderClassName
{
color: #7DCC87;
}
.AnyTagClassName
{
color: #7DCC87;
}
</style>
background-color css
<style>
a { background-color: #7DCC87; }
a { background-color: rgb(125,204,135); }
div.DivClassName
{
background-color: #7DCC87;
}
.BgClassName
{
background-color: #7DCC87;
}
</style>
border-color css
<style>
span { border-color: #7DCC87; }
span { border-color: rgb(125,204,135); }
td.TdClassName
{
border-color: #7DCC87;
}
.TagClassName
{
border-color: #7DCC87;
}
</style>