Shades of De York #7CCC80
Tints of De York #7CCC80
RGB
CMYK
RGB Variations
Color information
#7CCC80 (or 0x7CCC80) is known color: De York. HEX triplet: 7C, CC and 80. RGB value is (124,204,128). Sum of RGB (Red+Green+Blue) = 124+204+128=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 204 (80.08% from 255 or 44.74% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CCC80 is #83337F. Grayscale: #ABABAB. Windows color (decimal): -8598400 or 8440956. OLE color: 8440956.
HSL color Cylindrical-coordinate representation of color #7CCC80: hue angle of 123º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CCC80 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 128 | - |
| CMYK | 0.39 | 0 | 0.37 | 0.2 |
| HSL | 123º | 0.44% | 0.64% | - |
| HSV(B) | 123º | 0.39% | 0.8% | - |
| XYZ | 33.8 | 49.03 | 28.1 | - |
| YUV | 171.42 | 103.5 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 128 | 0.39 | 0 | 0.37 | 0.2 | 123 | 0.44 | 0.64 |
| Hex | 7C | CC | 80 | 27 | 0 | 25 | 14 | 7B | 2C | 40 |
| Octal | 174 | 314 | 200 | 47 | 0 | 45 | 24 | 173 | 54 | 100 |
| Binary | 1111100 | 11001100 | 10000000 | 100111 | 0 | 100101 | 10100 | 1111011 | 101100 | 1000000 |
Color Harmonies of #7CCC80
Complementary color
Monochromatic Colors of #7CCC80
Black with #7CCC80
Text Example
Text Example
White with #7CCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC80; }
p { color: rgb(124,204,128); }
H1.HeaderClassName
{
color: #7CCC80;
}
.AnyTagClassName
{
color: #7CCC80;
}
</style>
background-color css
<style>
a { background-color: #7CCC80; }
a { background-color: rgb(124,204,128); }
div.DivClassName
{
background-color: #7CCC80;
}
.BgClassName
{
background-color: #7CCC80;
}
</style>
border-color css
<style>
span { border-color: #7CCC80; }
span { border-color: rgb(124,204,128); }
td.TdClassName
{
border-color: #7CCC80;
}
.TagClassName
{
border-color: #7CCC80;
}
</style>