Shades of De York #7EC27F
Tints of De York #7EC27F
RGB
CMYK
RGB Variations
Color information
#7EC27F (or 0x7EC27F) is known color: De York. HEX triplet: 7E, C2 and 7F. RGB value is (126,194,127). Sum of RGB (Red+Green+Blue) = 126+194+127=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC27F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC27F is #813D80. Grayscale: #A6A6A6. Windows color (decimal): -8469889 or 8372862. OLE color: 8372862.
HSL color Cylindrical-coordinate representation of color #7EC27F: hue angle of 120.88º degrees, saturation: 0.36, 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 #7EC27F is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 127 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.24 |
| HSL | 120.88º | 0.36% | 0.63% | - |
| HSV(B) | 120.88º | 0.35% | 0.76% | - |
| XYZ | 31.73 | 44.55 | 27.01 | - |
| YUV | 166.03 | 105.97 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 127 | 0.35 | 0 | 0.35 | 0.24 | 120.88 | 0.36 | 0.63 |
| Hex | 7E | C2 | 7F | 23 | 0 | 23 | 18 | 79 | 24 | 3F |
| Octal | 176 | 302 | 177 | 43 | 0 | 43 | 30 | 171 | 44 | 77 |
| Binary | 1111110 | 11000010 | 1111111 | 100011 | 0 | 100011 | 11000 | 1111001 | 100100 | 111111 |
Color Harmonies of #7EC27F
Complementary color
Monochromatic Colors of #7EC27F
Black with #7EC27F
Text Example
Text Example
White with #7EC27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC27F; }
p { color: rgb(126,194,127); }
H1.HeaderClassName
{
color: #7EC27F;
}
.AnyTagClassName
{
color: #7EC27F;
}
</style>
background-color css
<style>
a { background-color: #7EC27F; }
a { background-color: rgb(126,194,127); }
div.DivClassName
{
background-color: #7EC27F;
}
.BgClassName
{
background-color: #7EC27F;
}
</style>
border-color css
<style>
span { border-color: #7EC27F; }
span { border-color: rgb(126,194,127); }
td.TdClassName
{
border-color: #7EC27F;
}
.TagClassName
{
border-color: #7EC27F;
}
</style>