Shades of De York #7CC57C
Tints of De York #7CC57C
RGB
CMYK
RGB Variations
Color information
#7CC57C (or 0x7CC57C) is known color: De York. HEX triplet: 7C, C5 and 7C. RGB value is (124,197,124). Sum of RGB (Red+Green+Blue) = 124+197+124=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #7CC57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC57C is #833A83. Grayscale: #A7A7A7. Windows color (decimal): -8600196 or 8177020. OLE color: 8177020.
HSL color Cylindrical-coordinate representation of color #7CC57C: hue angle of 120º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC57C is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 197 | 124 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.23 |
| HSL | 120º | 0.39% | 0.63% | - |
| HSV(B) | 120º | 0.37% | 0.77% | - |
| XYZ | 31.92 | 45.67 | 26.2 | - |
| YUV | 166.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 197 | 124 | 0.37 | 0 | 0.37 | 0.23 | 120 | 0.39 | 0.63 |
| Hex | 7C | C5 | 7C | 25 | 0 | 25 | 17 | 78 | 27 | 3F |
| Octal | 174 | 305 | 174 | 45 | 0 | 45 | 27 | 170 | 47 | 77 |
| Binary | 1111100 | 11000101 | 1111100 | 100101 | 0 | 100101 | 10111 | 1111000 | 100111 | 111111 |
Color Harmonies of #7CC57C
Complementary color
Monochromatic Colors of #7CC57C
Black with #7CC57C
Text Example
Text Example
White with #7CC57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC57C; }
p { color: rgb(124,197,124); }
H1.HeaderClassName
{
color: #7CC57C;
}
.AnyTagClassName
{
color: #7CC57C;
}
</style>
background-color css
<style>
a { background-color: #7CC57C; }
a { background-color: rgb(124,197,124); }
div.DivClassName
{
background-color: #7CC57C;
}
.BgClassName
{
background-color: #7CC57C;
}
</style>
border-color css
<style>
span { border-color: #7CC57C; }
span { border-color: rgb(124,197,124); }
td.TdClassName
{
border-color: #7CC57C;
}
.TagClassName
{
border-color: #7CC57C;
}
</style>