Shades of De York #7FBC74
Tints of De York #7FBC74
RGB
CMYK
RGB Variations
Color information
#7FBC74 (or 0x7FBC74) is known color: De York. HEX triplet: 7F, BC and 74. RGB value is (127,188,116). Sum of RGB (Red+Green+Blue) = 127+188+116=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FBC74 is #80438B. Grayscale: #A1A1A1. Windows color (decimal): -8405900 or 7650431. OLE color: 7650431.
HSL color Cylindrical-coordinate representation of color #7FBC74: hue angle of 110.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FBC74 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 188 | 116 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.26 |
| HSL | 110.83º | 0.35% | 0.6% | - |
| HSV(B) | 110.83º | 0.38% | 0.74% | - |
| XYZ | 29.89 | 41.74 | 23 | - |
| YUV | 161.55 | 102.29 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 188 | 116 | 0.32 | 0 | 0.38 | 0.26 | 110.83 | 0.35 | 0.6 |
| Hex | 7F | BC | 74 | 20 | 0 | 26 | 1A | 6F | 23 | 3C |
| Octal | 177 | 274 | 164 | 40 | 0 | 46 | 32 | 157 | 43 | 74 |
| Binary | 1111111 | 10111100 | 1110100 | 100000 | 0 | 100110 | 11010 | 1101111 | 100011 | 111100 |
Color Harmonies of #7FBC74
Complementary color
Monochromatic Colors of #7FBC74
Black with #7FBC74
Text Example
Text Example
White with #7FBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FBC74; }
p { color: rgb(127,188,116); }
H1.HeaderClassName
{
color: #7FBC74;
}
.AnyTagClassName
{
color: #7FBC74;
}
</style>
background-color css
<style>
a { background-color: #7FBC74; }
a { background-color: rgb(127,188,116); }
div.DivClassName
{
background-color: #7FBC74;
}
.BgClassName
{
background-color: #7FBC74;
}
</style>
border-color css
<style>
span { border-color: #7FBC74; }
span { border-color: rgb(127,188,116); }
td.TdClassName
{
border-color: #7FBC74;
}
.TagClassName
{
border-color: #7FBC74;
}
</style>