Shades of De York #7CC37C
Tints of De York #7CC37C
RGB
CMYK
RGB Variations
Color information
#7CC37C (or 0x7CC37C) is known color: De York. HEX triplet: 7C, C3 and 7C. RGB value is (124,195,124). Sum of RGB (Red+Green+Blue) = 124+195+124=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #7CC37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC37C is #833C83. Grayscale: #A5A5A5. Windows color (decimal): -8600708 or 8176508. OLE color: 8176508.
HSL color Cylindrical-coordinate representation of color #7CC37C: hue angle of 120º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7CC37C is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 124 | 195 | 124 | - |
| CMYK | 0.36 | 0 | 0.36 | 0.24 |
| HSL | 120º | 0.37% | 0.63% | - |
| HSV(B) | 120º | 0.36% | 0.76% | - |
| XYZ | 31.47 | 44.77 | 26.05 | - |
| YUV | 165.68 | 104.48 | 98.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 195 | 124 | 0.36 | 0 | 0.36 | 0.24 | 120 | 0.37 | 0.63 |
| Hex | 7C | C3 | 7C | 24 | 0 | 24 | 18 | 78 | 25 | 3F |
| Octal | 174 | 303 | 174 | 44 | 0 | 44 | 30 | 170 | 45 | 77 |
| Binary | 1111100 | 11000011 | 1111100 | 100100 | 0 | 100100 | 11000 | 1111000 | 100101 | 111111 |
Color Harmonies of #7CC37C
Complementary color
Monochromatic Colors of #7CC37C
Black with #7CC37C
Text Example
Text Example
White with #7CC37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC37C; }
p { color: rgb(124,195,124); }
H1.HeaderClassName
{
color: #7CC37C;
}
.AnyTagClassName
{
color: #7CC37C;
}
</style>
background-color css
<style>
a { background-color: #7CC37C; }
a { background-color: rgb(124,195,124); }
div.DivClassName
{
background-color: #7CC37C;
}
.BgClassName
{
background-color: #7CC37C;
}
</style>
border-color css
<style>
span { border-color: #7CC37C; }
span { border-color: rgb(124,195,124); }
td.TdClassName
{
border-color: #7CC37C;
}
.TagClassName
{
border-color: #7CC37C;
}
</style>