Shades of De York #7CB57C
Tints of De York #7CB57C
RGB
CMYK
RGB Variations
Color information
#7CB57C (or 0x7CB57C) is known color: De York. HEX triplet: 7C, B5 and 7C. RGB value is (124,181,124). Sum of RGB (Red+Green+Blue) = 124+181+124=429 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.90% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB57C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB57C is #834A83. Grayscale: #9D9D9D. Windows color (decimal): -8604292 or 8172924. OLE color: 8172924.
HSL color Cylindrical-coordinate representation of color #7CB57C: hue angle of 120º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB57C is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 124 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.29 |
| HSL | 120º | 0.28% | 0.6% | - |
| HSV(B) | 120º | 0.31% | 0.71% | - |
| XYZ | 28.47 | 38.79 | 25.05 | - |
| YUV | 157.46 | 109.12 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 124 | 0.31 | 0 | 0.31 | 0.29 | 120 | 0.28 | 0.6 |
| Hex | 7C | B5 | 7C | 1F | 0 | 1F | 1D | 78 | 1C | 3C |
| Octal | 174 | 265 | 174 | 37 | 0 | 37 | 35 | 170 | 34 | 74 |
| Binary | 1111100 | 10110101 | 1111100 | 11111 | 0 | 11111 | 11101 | 1111000 | 11100 | 111100 |
Color Harmonies of #7CB57C
Complementary color
Monochromatic Colors of #7CB57C
Black with #7CB57C
Text Example
Text Example
White with #7CB57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB57C; }
p { color: rgb(124,181,124); }
H1.HeaderClassName
{
color: #7CB57C;
}
.AnyTagClassName
{
color: #7CB57C;
}
</style>
background-color css
<style>
a { background-color: #7CB57C; }
a { background-color: rgb(124,181,124); }
div.DivClassName
{
background-color: #7CB57C;
}
.BgClassName
{
background-color: #7CB57C;
}
</style>
border-color css
<style>
span { border-color: #7CB57C; }
span { border-color: rgb(124,181,124); }
td.TdClassName
{
border-color: #7CB57C;
}
.TagClassName
{
border-color: #7CB57C;
}
</style>