Shades of De York #7EC27B
Tints of De York #7EC27B
RGB
CMYK
RGB Variations
Color information
#7EC27B (or 0x7EC27B) is known color: De York. HEX triplet: 7E, C2 and 7B. RGB value is (126,194,123). Sum of RGB (Red+Green+Blue) = 126+194+123=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC27B is #813D84. Grayscale: #A5A5A5. Windows color (decimal): -8469893 or 8110718. OLE color: 8110718.
HSL color Cylindrical-coordinate representation of color #7EC27B: hue angle of 117.46º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC27B is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 123 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.24 |
| HSL | 117.46º | 0.37% | 0.62% | - |
| HSV(B) | 117.46º | 0.37% | 0.76% | - |
| XYZ | 31.47 | 44.45 | 25.66 | - |
| YUV | 165.57 | 103.97 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 123 | 0.35 | 0 | 0.37 | 0.24 | 117.46 | 0.37 | 0.62 |
| Hex | 7E | C2 | 7B | 23 | 0 | 25 | 18 | 75 | 25 | 3E |
| Octal | 176 | 302 | 173 | 43 | 0 | 45 | 30 | 165 | 45 | 76 |
| Binary | 1111110 | 11000010 | 1111011 | 100011 | 0 | 100101 | 11000 | 1110101 | 100101 | 111110 |
Color Harmonies of #7EC27B
Complementary color
Monochromatic Colors of #7EC27B
Black with #7EC27B
Text Example
Text Example
White with #7EC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC27B; }
p { color: rgb(126,194,123); }
H1.HeaderClassName
{
color: #7EC27B;
}
.AnyTagClassName
{
color: #7EC27B;
}
</style>
background-color css
<style>
a { background-color: #7EC27B; }
a { background-color: rgb(126,194,123); }
div.DivClassName
{
background-color: #7EC27B;
}
.BgClassName
{
background-color: #7EC27B;
}
</style>
border-color css
<style>
span { border-color: #7EC27B; }
span { border-color: rgb(126,194,123); }
td.TdClassName
{
border-color: #7EC27B;
}
.TagClassName
{
border-color: #7EC27B;
}
</style>