Shades of De York #7CB57E
Tints of De York #7CB57E
RGB
CMYK
RGB Variations
Color information
#7CB57E (or 0x7CB57E) is known color: De York. HEX triplet: 7C, B5 and 7E. RGB value is (124,181,126). Sum of RGB (Red+Green+Blue) = 124+181+126=431 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.77% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB57E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CB57E is #834A81. Grayscale: #9D9D9D. Windows color (decimal): -8604290 or 8303996. OLE color: 8303996.
HSL color Cylindrical-coordinate representation of color #7CB57E: hue angle of 122.11º 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 #7CB57E is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 124 | 181 | 126 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.29 |
| HSL | 122.11º | 0.28% | 0.6% | - |
| HSV(B) | 122.11º | 0.31% | 0.71% | - |
| XYZ | 28.6 | 38.84 | 25.73 | - |
| YUV | 157.69 | 110.12 | 103.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 181 | 126 | 0.31 | 0 | 0.30 | 0.29 | 122.11 | 0.28 | 0.6 |
| Hex | 7C | B5 | 7E | 1F | 0 | 1E | 1D | 7A | 1C | 3C |
| Octal | 174 | 265 | 176 | 37 | 0 | 36 | 35 | 172 | 34 | 74 |
| Binary | 1111100 | 10110101 | 1111110 | 11111 | 0 | 11110 | 11101 | 1111010 | 11100 | 111100 |
Color Harmonies of #7CB57E
Complementary color
Monochromatic Colors of #7CB57E
Black with #7CB57E
Text Example
Text Example
White with #7CB57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CB57E; }
p { color: rgb(124,181,126); }
H1.HeaderClassName
{
color: #7CB57E;
}
.AnyTagClassName
{
color: #7CB57E;
}
</style>
background-color css
<style>
a { background-color: #7CB57E; }
a { background-color: rgb(124,181,126); }
div.DivClassName
{
background-color: #7CB57E;
}
.BgClassName
{
background-color: #7CB57E;
}
</style>
border-color css
<style>
span { border-color: #7CB57E; }
span { border-color: rgb(124,181,126); }
td.TdClassName
{
border-color: #7CB57E;
}
.TagClassName
{
border-color: #7CB57E;
}
</style>