Shades of De York #7CCC7E
Tints of De York #7CCC7E
RGB
CMYK
RGB Variations
Color information
#7CCC7E (or 0x7CCC7E) is known color: De York. HEX triplet: 7C, CC and 7E. RGB value is (124,204,126). Sum of RGB (Red+Green+Blue) = 124+204+126=454 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.31% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCC7E is #833381. Grayscale: #ABABAB. Windows color (decimal): -8598402 or 8309884. OLE color: 8309884.
HSL color Cylindrical-coordinate representation of color #7CCC7E: hue angle of 121.5º 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 #7CCC7E is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 126 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.2 |
| HSL | 121.5º | 0.44% | 0.64% | - |
| HSV(B) | 121.5º | 0.39% | 0.8% | - |
| XYZ | 33.67 | 48.98 | 27.42 | - |
| YUV | 171.19 | 102.5 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 126 | 0.39 | 0 | 0.38 | 0.2 | 121.5 | 0.44 | 0.64 |
| Hex | 7C | CC | 7E | 27 | 0 | 26 | 14 | 7A | 2C | 40 |
| Octal | 174 | 314 | 176 | 47 | 0 | 46 | 24 | 172 | 54 | 100 |
| Binary | 1111100 | 11001100 | 1111110 | 100111 | 0 | 100110 | 10100 | 1111010 | 101100 | 1000000 |
Color Harmonies of #7CCC7E
Complementary color
Monochromatic Colors of #7CCC7E
Black with #7CCC7E
Text Example
Text Example
White with #7CCC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC7E; }
p { color: rgb(124,204,126); }
H1.HeaderClassName
{
color: #7CCC7E;
}
.AnyTagClassName
{
color: #7CCC7E;
}
</style>
background-color css
<style>
a { background-color: #7CCC7E; }
a { background-color: rgb(124,204,126); }
div.DivClassName
{
background-color: #7CCC7E;
}
.BgClassName
{
background-color: #7CCC7E;
}
</style>
border-color css
<style>
span { border-color: #7CCC7E; }
span { border-color: rgb(124,204,126); }
td.TdClassName
{
border-color: #7CCC7E;
}
.TagClassName
{
border-color: #7CCC7E;
}
</style>