Shades of De York #7EBC84
Tints of De York #7EBC84
RGB
CMYK
RGB Variations
Color information
#7EBC84 (or 0x7EBC84) is known color: De York. HEX triplet: 7E, BC and 84. RGB value is (126,188,132). Sum of RGB (Red+Green+Blue) = 126+188+132=446 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.25% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBC84 is #81437B. Grayscale: #A3A3A3. Windows color (decimal): -8471420 or 8699006. OLE color: 8699006.
HSL color Cylindrical-coordinate representation of color #7EBC84: hue angle of 125.81º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBC84 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 188 | 132 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.26 |
| HSL | 125.81º | 0.32% | 0.62% | - |
| HSV(B) | 125.81º | 0.33% | 0.74% | - |
| XYZ | 30.75 | 42.07 | 28.33 | - |
| YUV | 163.08 | 110.46 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 188 | 132 | 0.33 | 0 | 0.30 | 0.26 | 125.81 | 0.32 | 0.62 |
| Hex | 7E | BC | 84 | 21 | 0 | 1E | 1A | 7E | 20 | 3E |
| Octal | 176 | 274 | 204 | 41 | 0 | 36 | 32 | 176 | 40 | 76 |
| Binary | 1111110 | 10111100 | 10000100 | 100001 | 0 | 11110 | 11010 | 1111110 | 100000 | 111110 |
Color Harmonies of #7EBC84
Complementary color
Monochromatic Colors of #7EBC84
Black with #7EBC84
Text Example
Text Example
White with #7EBC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBC84; }
p { color: rgb(126,188,132); }
H1.HeaderClassName
{
color: #7EBC84;
}
.AnyTagClassName
{
color: #7EBC84;
}
</style>
background-color css
<style>
a { background-color: #7EBC84; }
a { background-color: rgb(126,188,132); }
div.DivClassName
{
background-color: #7EBC84;
}
.BgClassName
{
background-color: #7EBC84;
}
</style>
border-color css
<style>
span { border-color: #7EBC84; }
span { border-color: rgb(126,188,132); }
td.TdClassName
{
border-color: #7EBC84;
}
.TagClassName
{
border-color: #7EBC84;
}
</style>