Shades of De York #7EC378
Tints of De York #7EC378
RGB
CMYK
RGB Variations
Color information
#7EC378 (or 0x7EC378) is known color: De York. HEX triplet: 7E, C3 and 78. RGB value is (126,195,120). Sum of RGB (Red+Green+Blue) = 126+195+120=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EC378 is #813C87. Grayscale: #A6A6A6. Windows color (decimal): -8469640 or 7914366. OLE color: 7914366.
HSL color Cylindrical-coordinate representation of color #7EC378: hue angle of 115.2º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7EC378 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 195 | 120 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.24 |
| HSL | 115.2º | 0.38% | 0.62% | - |
| HSV(B) | 115.2º | 0.38% | 0.76% | - |
| XYZ | 31.51 | 44.82 | 24.76 | - |
| YUV | 165.82 | 102.14 | 99.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 195 | 120 | 0.35 | 0 | 0.38 | 0.24 | 115.2 | 0.38 | 0.62 |
| Hex | 7E | C3 | 78 | 23 | 0 | 26 | 18 | 73 | 26 | 3E |
| Octal | 176 | 303 | 170 | 43 | 0 | 46 | 30 | 163 | 46 | 76 |
| Binary | 1111110 | 11000011 | 1111000 | 100011 | 0 | 100110 | 11000 | 1110011 | 100110 | 111110 |
Color Harmonies of #7EC378
Complementary color
Monochromatic Colors of #7EC378
Black with #7EC378
Text Example
Text Example
White with #7EC378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC378; }
p { color: rgb(126,195,120); }
H1.HeaderClassName
{
color: #7EC378;
}
.AnyTagClassName
{
color: #7EC378;
}
</style>
background-color css
<style>
a { background-color: #7EC378; }
a { background-color: rgb(126,195,120); }
div.DivClassName
{
background-color: #7EC378;
}
.BgClassName
{
background-color: #7EC378;
}
</style>
border-color css
<style>
span { border-color: #7EC378; }
span { border-color: rgb(126,195,120); }
td.TdClassName
{
border-color: #7EC378;
}
.TagClassName
{
border-color: #7EC378;
}
</style>