Shades of De York #7FBC80
Tints of De York #7FBC80
RGB
CMYK
RGB Variations
Color information
#7FBC80 (or 0x7FBC80) is known color: De York. HEX triplet: 7F, BC and 80. RGB value is (127,188,128). Sum of RGB (Red+Green+Blue) = 127+188+128=443 (58% of max value = 765). Red value is 127 (50% from 255 or 28.67% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FBC80 is #80437F. Grayscale: #A3A3A3. Windows color (decimal): -8405888 or 8436863. OLE color: 8436863.
HSL color Cylindrical-coordinate representation of color #7FBC80: hue angle of 120.98º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7FBC80 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 128 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.26 |
| HSL | 120.98º | 0.31% | 0.62% | - |
| HSV(B) | 120.98º | 0.32% | 0.74% | - |
| XYZ | 30.63 | 42.04 | 26.92 | - |
| YUV | 162.92 | 108.29 | 102.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 128 | 0.32 | 0 | 0.32 | 0.26 | 120.98 | 0.31 | 0.62 |
| Hex | 7F | BC | 80 | 20 | 0 | 20 | 1A | 79 | 1F | 3E |
| Octal | 177 | 274 | 200 | 40 | 0 | 40 | 32 | 171 | 37 | 76 |
| Binary | 1111111 | 10111100 | 10000000 | 100000 | 0 | 100000 | 11010 | 1111001 | 11111 | 111110 |
Color Harmonies of #7FBC80
Complementary color
Monochromatic Colors of #7FBC80
Black with #7FBC80
Text Example
Text Example
White with #7FBC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC80; }
p { color: rgb(127,188,128); }
H1.HeaderClassName
{
color: #7FBC80;
}
.AnyTagClassName
{
color: #7FBC80;
}
</style>
background-color css
<style>
a { background-color: #7FBC80; }
a { background-color: rgb(127,188,128); }
div.DivClassName
{
background-color: #7FBC80;
}
.BgClassName
{
background-color: #7FBC80;
}
</style>
border-color css
<style>
span { border-color: #7FBC80; }
span { border-color: rgb(127,188,128); }
td.TdClassName
{
border-color: #7FBC80;
}
.TagClassName
{
border-color: #7FBC80;
}
</style>