Shades of De York #7EC782
Tints of De York #7EC782
RGB
CMYK
RGB Variations
Color information
#7EC782 (or 0x7EC782) is known color: De York. HEX triplet: 7E, C7 and 82. RGB value is (126,199,130). Sum of RGB (Red+Green+Blue) = 126+199+130=455 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.69% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC782 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC782 is #81387D. Grayscale: #A9A9A9. Windows color (decimal): -8468606 or 8570750. OLE color: 8570750.
HSL color Cylindrical-coordinate representation of color #7EC782: hue angle of 123.29º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC782 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 199 | 130 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.22 |
| HSL | 123.29º | 0.39% | 0.64% | - |
| HSV(B) | 123.29º | 0.37% | 0.78% | - |
| XYZ | 33.06 | 46.89 | 28.43 | - |
| YUV | 169.31 | 105.82 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 130 | 0.37 | 0 | 0.35 | 0.22 | 123.29 | 0.39 | 0.64 |
| Hex | 7E | C7 | 82 | 25 | 0 | 23 | 16 | 7B | 27 | 40 |
| Octal | 176 | 307 | 202 | 45 | 0 | 43 | 26 | 173 | 47 | 100 |
| Binary | 1111110 | 11000111 | 10000010 | 100101 | 0 | 100011 | 10110 | 1111011 | 100111 | 1000000 |
Color Harmonies of #7EC782
Complementary color
Monochromatic Colors of #7EC782
Black with #7EC782
Text Example
Text Example
White with #7EC782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC782; }
p { color: rgb(126,199,130); }
H1.HeaderClassName
{
color: #7EC782;
}
.AnyTagClassName
{
color: #7EC782;
}
</style>
background-color css
<style>
a { background-color: #7EC782; }
a { background-color: rgb(126,199,130); }
div.DivClassName
{
background-color: #7EC782;
}
.BgClassName
{
background-color: #7EC782;
}
</style>
border-color css
<style>
span { border-color: #7EC782; }
span { border-color: rgb(126,199,130); }
td.TdClassName
{
border-color: #7EC782;
}
.TagClassName
{
border-color: #7EC782;
}
</style>