Shades of De York #7ECF7E
Tints of De York #7ECF7E
RGB
CMYK
RGB Variations
Color information
#7ECF7E (or 0x7ECF7E) is known color: De York. HEX triplet: 7E, CF and 7E. RGB value is (126,207,126). Sum of RGB (Red+Green+Blue) = 126+207+126=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECF7E is #813081. Grayscale: #ADADAD. Windows color (decimal): -8466562 or 8310654. OLE color: 8310654.
HSL color Cylindrical-coordinate representation of color #7ECF7E: hue angle of 120º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7ECF7E is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 207 | 126 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.19 |
| HSL | 120º | 0.46% | 0.65% | - |
| HSV(B) | 120º | 0.39% | 0.81% | - |
| XYZ | 34.68 | 50.57 | 27.67 | - |
| YUV | 173.55 | 101.16 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 207 | 126 | 0.39 | 0 | 0.39 | 0.19 | 120 | 0.46 | 0.65 |
| Hex | 7E | CF | 7E | 27 | 0 | 27 | 13 | 78 | 2E | 41 |
| Octal | 176 | 317 | 176 | 47 | 0 | 47 | 23 | 170 | 56 | 101 |
| Binary | 1111110 | 11001111 | 1111110 | 100111 | 0 | 100111 | 10011 | 1111000 | 101110 | 1000001 |
Color Harmonies of #7ECF7E
Complementary color
Monochromatic Colors of #7ECF7E
Black with #7ECF7E
Text Example
Text Example
White with #7ECF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECF7E; }
p { color: rgb(126,207,126); }
H1.HeaderClassName
{
color: #7ECF7E;
}
.AnyTagClassName
{
color: #7ECF7E;
}
</style>
background-color css
<style>
a { background-color: #7ECF7E; }
a { background-color: rgb(126,207,126); }
div.DivClassName
{
background-color: #7ECF7E;
}
.BgClassName
{
background-color: #7ECF7E;
}
</style>
border-color css
<style>
span { border-color: #7ECF7E; }
span { border-color: rgb(126,207,126); }
td.TdClassName
{
border-color: #7ECF7E;
}
.TagClassName
{
border-color: #7ECF7E;
}
</style>