Shades of De York #7CC77E
Tints of De York #7CC77E
RGB
CMYK
RGB Variations
Color information
#7CC77E (or 0x7CC77E) is known color: De York. HEX triplet: 7C, C7 and 7E. RGB value is (124,199,126). Sum of RGB (Red+Green+Blue) = 124+199+126=449 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.62% from 449); Green value is 199 (78.12% from 255 or 44.32% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 199 - color contains mainly: green. Hex color #7CC77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC77E is #833881. Grayscale: #A8A8A8. Windows color (decimal): -8599682 or 8308604. OLE color: 8308604.
HSL color Cylindrical-coordinate representation of color #7CC77E: hue angle of 121.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7CC77E is Cyan = 0.38, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 124 | 199 | 126 | - |
| CMYK | 0.38 | 0 | 0.37 | 0.22 |
| HSL | 121.6º | 0.4% | 0.63% | - |
| HSV(B) | 121.6º | 0.38% | 0.78% | - |
| XYZ | 32.5 | 46.64 | 27.03 | - |
| YUV | 168.25 | 104.15 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 199 | 126 | 0.38 | 0 | 0.37 | 0.22 | 121.6 | 0.4 | 0.63 |
| Hex | 7C | C7 | 7E | 26 | 0 | 25 | 16 | 7A | 28 | 3F |
| Octal | 174 | 307 | 176 | 46 | 0 | 45 | 26 | 172 | 50 | 77 |
| Binary | 1111100 | 11000111 | 1111110 | 100110 | 0 | 100101 | 10110 | 1111010 | 101000 | 111111 |
Color Harmonies of #7CC77E
Complementary color
Monochromatic Colors of #7CC77E
Black with #7CC77E
Text Example
Text Example
White with #7CC77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC77E; }
p { color: rgb(124,199,126); }
H1.HeaderClassName
{
color: #7CC77E;
}
.AnyTagClassName
{
color: #7CC77E;
}
</style>
background-color css
<style>
a { background-color: #7CC77E; }
a { background-color: rgb(124,199,126); }
div.DivClassName
{
background-color: #7CC77E;
}
.BgClassName
{
background-color: #7CC77E;
}
</style>
border-color css
<style>
span { border-color: #7CC77E; }
span { border-color: rgb(124,199,126); }
td.TdClassName
{
border-color: #7CC77E;
}
.TagClassName
{
border-color: #7CC77E;
}
</style>