Shades of De York #7EBF86
Tints of De York #7EBF86
RGB
CMYK
RGB Variations
Color information
#7EBF86 (or 0x7EBF86) is known color: De York. HEX triplet: 7E, BF and 86. RGB value is (126,191,134). Sum of RGB (Red+Green+Blue) = 126+191+134=451 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.94% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EBF86 is #814079. Grayscale: #A5A5A5. Windows color (decimal): -8470650 or 8830846. OLE color: 8830846.
HSL color Cylindrical-coordinate representation of color #7EBF86: hue angle of 127.38º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7EBF86 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 191 | 134 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.25 |
| HSL | 127.38º | 0.34% | 0.62% | - |
| HSV(B) | 127.38º | 0.34% | 0.75% | - |
| XYZ | 31.54 | 43.42 | 29.27 | - |
| YUV | 165.07 | 110.47 | 100.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 191 | 134 | 0.34 | 0 | 0.30 | 0.25 | 127.38 | 0.34 | 0.62 |
| Hex | 7E | BF | 86 | 22 | 0 | 1E | 19 | 7F | 22 | 3E |
| Octal | 176 | 277 | 206 | 42 | 0 | 36 | 31 | 177 | 42 | 76 |
| Binary | 1111110 | 10111111 | 10000110 | 100010 | 0 | 11110 | 11001 | 1111111 | 100010 | 111110 |
Color Harmonies of #7EBF86
Complementary color
Monochromatic Colors of #7EBF86
Black with #7EBF86
Text Example
Text Example
White with #7EBF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBF86; }
p { color: rgb(126,191,134); }
H1.HeaderClassName
{
color: #7EBF86;
}
.AnyTagClassName
{
color: #7EBF86;
}
</style>
background-color css
<style>
a { background-color: #7EBF86; }
a { background-color: rgb(126,191,134); }
div.DivClassName
{
background-color: #7EBF86;
}
.BgClassName
{
background-color: #7EBF86;
}
</style>
border-color css
<style>
span { border-color: #7EBF86; }
span { border-color: rgb(126,191,134); }
td.TdClassName
{
border-color: #7EBF86;
}
.TagClassName
{
border-color: #7EBF86;
}
</style>