Shades of De York #7CBC84
Tints of De York #7CBC84
RGB
CMYK
RGB Variations
Color information
#7CBC84 (or 0x7CBC84) is known color: De York. HEX triplet: 7C, BC and 84. RGB value is (124,188,132). Sum of RGB (Red+Green+Blue) = 124+188+132=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #7CBC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBC84 is #83437B. Grayscale: #A2A2A2. Windows color (decimal): -8602492 or 8699004. OLE color: 8699004.
HSL color Cylindrical-coordinate representation of color #7CBC84: hue angle of 127.5º 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 #7CBC84 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 124 | 188 | 132 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.26 |
| HSL | 127.5º | 0.32% | 0.61% | - |
| HSV(B) | 127.5º | 0.34% | 0.74% | - |
| XYZ | 30.46 | 41.92 | 28.32 | - |
| YUV | 162.48 | 110.8 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 188 | 132 | 0.34 | 0 | 0.30 | 0.26 | 127.5 | 0.32 | 0.61 |
| Hex | 7C | BC | 84 | 22 | 0 | 1E | 1A | 80 | 20 | 3D |
| Octal | 174 | 274 | 204 | 42 | 0 | 36 | 32 | 200 | 40 | 75 |
| Binary | 1111100 | 10111100 | 10000100 | 100010 | 0 | 11110 | 11010 | 10000000 | 100000 | 111101 |
Color Harmonies of #7CBC84
Complementary color
Monochromatic Colors of #7CBC84
Black with #7CBC84
Text Example
Text Example
White with #7CBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CBC84; }
p { color: rgb(124,188,132); }
H1.HeaderClassName
{
color: #7CBC84;
}
.AnyTagClassName
{
color: #7CBC84;
}
</style>
background-color css
<style>
a { background-color: #7CBC84; }
a { background-color: rgb(124,188,132); }
div.DivClassName
{
background-color: #7CBC84;
}
.BgClassName
{
background-color: #7CBC84;
}
</style>
border-color css
<style>
span { border-color: #7CBC84; }
span { border-color: rgb(124,188,132); }
td.TdClassName
{
border-color: #7CBC84;
}
.TagClassName
{
border-color: #7CBC84;
}
</style>