Shades of De York #7ECC92
Tints of De York #7ECC92
RGB
CMYK
RGB Variations
Color information
#7ECC92 (or 0x7ECC92) is known color: De York. HEX triplet: 7E, CC and 92. RGB value is (126,204,146). Sum of RGB (Red+Green+Blue) = 126+204+146=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECC92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ECC92 is #81336D. Grayscale: #AEAEAE. Windows color (decimal): -8467310 or 9620606. OLE color: 9620606.
HSL color Cylindrical-coordinate representation of color #7ECC92: hue angle of 135.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ECC92 is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 204 | 146 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.2 |
| HSL | 135.38º | 0.43% | 0.65% | - |
| HSV(B) | 135.38º | 0.38% | 0.8% | - |
| XYZ | 35.39 | 49.7 | 34.92 | - |
| YUV | 174.07 | 112.16 | 93.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 204 | 146 | 0.38 | 0 | 0.28 | 0.2 | 135.38 | 0.43 | 0.65 |
| Hex | 7E | CC | 92 | 26 | 0 | 1C | 14 | 87 | 2B | 41 |
| Octal | 176 | 314 | 222 | 46 | 0 | 34 | 24 | 207 | 53 | 101 |
| Binary | 1111110 | 11001100 | 10010010 | 100110 | 0 | 11100 | 10100 | 10000111 | 101011 | 1000001 |
Color Harmonies of #7ECC92
Complementary color
Monochromatic Colors of #7ECC92
Black with #7ECC92
Text Example
Text Example
White with #7ECC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECC92; }
p { color: rgb(126,204,146); }
H1.HeaderClassName
{
color: #7ECC92;
}
.AnyTagClassName
{
color: #7ECC92;
}
</style>
background-color css
<style>
a { background-color: #7ECC92; }
a { background-color: rgb(126,204,146); }
div.DivClassName
{
background-color: #7ECC92;
}
.BgClassName
{
background-color: #7ECC92;
}
</style>
border-color css
<style>
span { border-color: #7ECC92; }
span { border-color: rgb(126,204,146); }
td.TdClassName
{
border-color: #7ECC92;
}
.TagClassName
{
border-color: #7ECC92;
}
</style>