Shades of De York #7EBB80
Tints of De York #7EBB80
RGB
CMYK
RGB Variations
Color information
#7EBB80 (or 0x7EBB80) is known color: De York. HEX triplet: 7E, BB and 80. RGB value is (126,187,128). Sum of RGB (Red+Green+Blue) = 126+187+128=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 187 - color contains mainly: green. Hex color #7EBB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBB80 is #81447F. Grayscale: #A2A2A2. Windows color (decimal): -8471680 or 8436606. OLE color: 8436606.
HSL color Cylindrical-coordinate representation of color #7EBB80: hue angle of 121.97º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7EBB80 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 187 | 128 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.27 |
| HSL | 121.97º | 0.31% | 0.61% | - |
| HSV(B) | 121.97º | 0.33% | 0.73% | - |
| XYZ | 30.27 | 41.53 | 26.84 | - |
| YUV | 162.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 187 | 128 | 0.33 | 0 | 0.32 | 0.27 | 121.97 | 0.31 | 0.61 |
| Hex | 7E | BB | 80 | 21 | 0 | 20 | 1B | 7A | 1F | 3D |
| Octal | 176 | 273 | 200 | 41 | 0 | 40 | 33 | 172 | 37 | 75 |
| Binary | 1111110 | 10111011 | 10000000 | 100001 | 0 | 100000 | 11011 | 1111010 | 11111 | 111101 |
Color Harmonies of #7EBB80
Complementary color
Monochromatic Colors of #7EBB80
Black with #7EBB80
Text Example
Text Example
White with #7EBB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBB80; }
p { color: rgb(126,187,128); }
H1.HeaderClassName
{
color: #7EBB80;
}
.AnyTagClassName
{
color: #7EBB80;
}
</style>
background-color css
<style>
a { background-color: #7EBB80; }
a { background-color: rgb(126,187,128); }
div.DivClassName
{
background-color: #7EBB80;
}
.BgClassName
{
background-color: #7EBB80;
}
</style>
border-color css
<style>
span { border-color: #7EBB80; }
span { border-color: rgb(126,187,128); }
td.TdClassName
{
border-color: #7EBB80;
}
.TagClassName
{
border-color: #7EBB80;
}
</style>