Shades of De York #7DCC80
Tints of De York #7DCC80
RGB
CMYK
RGB Variations
Color information
#7DCC80 (or 0x7DCC80) is known color: De York. HEX triplet: 7D, CC and 80. RGB value is (125,204,128). Sum of RGB (Red+Green+Blue) = 125+204+128=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DCC80 is #82337F. Grayscale: #ABABAB. Windows color (decimal): -8532864 or 8440957. OLE color: 8440957.
HSL color Cylindrical-coordinate representation of color #7DCC80: hue angle of 122.28º 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 #7DCC80 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 128 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.2 |
| HSL | 122.28º | 0.44% | 0.65% | - |
| HSV(B) | 122.28º | 0.39% | 0.8% | - |
| XYZ | 33.95 | 49.1 | 28.11 | - |
| YUV | 171.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 128 | 0.39 | 0 | 0.37 | 0.2 | 122.28 | 0.44 | 0.65 |
| Hex | 7D | CC | 80 | 27 | 0 | 25 | 14 | 7A | 2C | 41 |
| Octal | 175 | 314 | 200 | 47 | 0 | 45 | 24 | 172 | 54 | 101 |
| Binary | 1111101 | 11001100 | 10000000 | 100111 | 0 | 100101 | 10100 | 1111010 | 101100 | 1000001 |
Color Harmonies of #7DCC80
Complementary color
Monochromatic Colors of #7DCC80
Black with #7DCC80
Text Example
Text Example
White with #7DCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC80; }
p { color: rgb(125,204,128); }
H1.HeaderClassName
{
color: #7DCC80;
}
.AnyTagClassName
{
color: #7DCC80;
}
</style>
background-color css
<style>
a { background-color: #7DCC80; }
a { background-color: rgb(125,204,128); }
div.DivClassName
{
background-color: #7DCC80;
}
.BgClassName
{
background-color: #7DCC80;
}
</style>
border-color css
<style>
span { border-color: #7DCC80; }
span { border-color: rgb(125,204,128); }
td.TdClassName
{
border-color: #7DCC80;
}
.TagClassName
{
border-color: #7DCC80;
}
</style>