Shades of De York #7CBC7D
Tints of De York #7CBC7D
RGB
CMYK
RGB Variations
Color information
#7CBC7D (or 0x7CBC7D) is known color: De York. HEX triplet: 7C, BC and 7D. RGB value is (124,188,125). Sum of RGB (Red+Green+Blue) = 124+188+125=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBC7D is #834382. Grayscale: #A1A1A1. Windows color (decimal): -8602499 or 8240252. OLE color: 8240252.
HSL color Cylindrical-coordinate representation of color #7CBC7D: hue angle of 120.94º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7CBC7D is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 125 | - |
| CMYK | 0.34 | 0 | 0.34 | 0.26 |
| HSL | 120.94º | 0.32% | 0.61% | - |
| HSV(B) | 120.94º | 0.34% | 0.74% | - |
| XYZ | 30 | 41.73 | 25.88 | - |
| YUV | 161.68 | 107.3 | 101.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 125 | 0.34 | 0 | 0.34 | 0.26 | 120.94 | 0.32 | 0.61 |
| Hex | 7C | BC | 7D | 22 | 0 | 22 | 1A | 79 | 20 | 3D |
| Octal | 174 | 274 | 175 | 42 | 0 | 42 | 32 | 171 | 40 | 75 |
| Binary | 1111100 | 10111100 | 1111101 | 100010 | 0 | 100010 | 11010 | 1111001 | 100000 | 111101 |
Color Harmonies of #7CBC7D
Complementary color
Monochromatic Colors of #7CBC7D
Black with #7CBC7D
Text Example
Text Example
White with #7CBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC7D; }
p { color: rgb(124,188,125); }
H1.HeaderClassName
{
color: #7CBC7D;
}
.AnyTagClassName
{
color: #7CBC7D;
}
</style>
background-color css
<style>
a { background-color: #7CBC7D; }
a { background-color: rgb(124,188,125); }
div.DivClassName
{
background-color: #7CBC7D;
}
.BgClassName
{
background-color: #7CBC7D;
}
</style>
border-color css
<style>
span { border-color: #7CBC7D; }
span { border-color: rgb(124,188,125); }
td.TdClassName
{
border-color: #7CBC7D;
}
.TagClassName
{
border-color: #7CBC7D;
}
</style>