Shades of De York #7CC97C
Tints of De York #7CC97C
RGB
CMYK
RGB Variations
Color information
#7CC97C (or 0x7CC97C) is known color: De York. HEX triplet: 7C, C9 and 7C. RGB value is (124,201,124). Sum of RGB (Red+Green+Blue) = 124+201+124=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 201 (78.91% from 255 or 44.77% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 201 - color contains mainly: green. Hex color #7CC97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC97C is #833683. Grayscale: #A9A9A9. Windows color (decimal): -8599172 or 8178044. OLE color: 8178044.
HSL color Cylindrical-coordinate representation of color #7CC97C: hue angle of 120º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC97C is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 124 | 201 | 124 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.21 |
| HSL | 120º | 0.42% | 0.64% | - |
| HSV(B) | 120º | 0.38% | 0.79% | - |
| XYZ | 32.84 | 47.51 | 26.51 | - |
| YUV | 169.2 | 102.49 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 201 | 124 | 0.38 | 0 | 0.38 | 0.21 | 120 | 0.42 | 0.64 |
| Hex | 7C | C9 | 7C | 26 | 0 | 26 | 15 | 78 | 2A | 40 |
| Octal | 174 | 311 | 174 | 46 | 0 | 46 | 25 | 170 | 52 | 100 |
| Binary | 1111100 | 11001001 | 1111100 | 100110 | 0 | 100110 | 10101 | 1111000 | 101010 | 1000000 |
Color Harmonies of #7CC97C
Complementary color
Monochromatic Colors of #7CC97C
Black with #7CC97C
Text Example
Text Example
White with #7CC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC97C; }
p { color: rgb(124,201,124); }
H1.HeaderClassName
{
color: #7CC97C;
}
.AnyTagClassName
{
color: #7CC97C;
}
</style>
background-color css
<style>
a { background-color: #7CC97C; }
a { background-color: rgb(124,201,124); }
div.DivClassName
{
background-color: #7CC97C;
}
.BgClassName
{
background-color: #7CC97C;
}
</style>
border-color css
<style>
span { border-color: #7CC97C; }
span { border-color: rgb(124,201,124); }
td.TdClassName
{
border-color: #7CC97C;
}
.TagClassName
{
border-color: #7CC97C;
}
</style>