Shades of De York #7EC387
Tints of De York #7EC387
RGB
CMYK
RGB Variations
Color information
#7EC387 (or 0x7EC387) is known color: De York. HEX triplet: 7E, C3 and 87. RGB value is (126,195,135). Sum of RGB (Red+Green+Blue) = 126+195+135=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC387 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC387 is #813C78. Grayscale: #A7A7A7. Windows color (decimal): -8469625 or 8897406. OLE color: 8897406.
HSL color Cylindrical-coordinate representation of color #7EC387: hue angle of 127.83º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC387 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 135 | - |
| CMYK | 0.35 | 0 | 0.31 | 0.24 |
| HSL | 127.83º | 0.37% | 0.63% | - |
| HSV(B) | 127.83º | 0.35% | 0.76% | - |
| XYZ | 32.49 | 45.22 | 29.94 | - |
| YUV | 167.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 135 | 0.35 | 0 | 0.31 | 0.24 | 127.83 | 0.37 | 0.63 |
| Hex | 7E | C3 | 87 | 23 | 0 | 1F | 18 | 80 | 25 | 3F |
| Octal | 176 | 303 | 207 | 43 | 0 | 37 | 30 | 200 | 45 | 77 |
| Binary | 1111110 | 11000011 | 10000111 | 100011 | 0 | 11111 | 11000 | 10000000 | 100101 | 111111 |
Color Harmonies of #7EC387
Complementary color
Monochromatic Colors of #7EC387
Black with #7EC387
Text Example
Text Example
White with #7EC387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC387; }
p { color: rgb(126,195,135); }
H1.HeaderClassName
{
color: #7EC387;
}
.AnyTagClassName
{
color: #7EC387;
}
</style>
background-color css
<style>
a { background-color: #7EC387; }
a { background-color: rgb(126,195,135); }
div.DivClassName
{
background-color: #7EC387;
}
.BgClassName
{
background-color: #7EC387;
}
</style>
border-color css
<style>
span { border-color: #7EC387; }
span { border-color: rgb(126,195,135); }
td.TdClassName
{
border-color: #7EC387;
}
.TagClassName
{
border-color: #7EC387;
}
</style>