Shades of De York #7ED88C
Tints of De York #7ED88C
RGB
CMYK
RGB Variations
Color information
#7ED88C (or 0x7ED88C) is known color: De York. HEX triplet: 7E, D8 and 8C. RGB value is (126,216,140). Sum of RGB (Red+Green+Blue) = 126+216+140=482 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.14% from 482); Green value is 216 (84.77% from 255 or 44.81% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED88C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED88C is #812773. Grayscale: #B4B4B4. Windows color (decimal): -8464244 or 9230462. OLE color: 9230462.
HSL color Cylindrical-coordinate representation of color #7ED88C: hue angle of 129.33º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ED88C is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 216 | 140 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.15 |
| HSL | 129.33º | 0.54% | 0.67% | - |
| HSV(B) | 129.33º | 0.42% | 0.85% | - |
| XYZ | 37.89 | 55.44 | 33.51 | - |
| YUV | 180.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 216 | 140 | 0.42 | 0 | 0.35 | 0.15 | 129.33 | 0.54 | 0.67 |
| Hex | 7E | D8 | 8C | 2A | 0 | 23 | F | 81 | 36 | 43 |
| Octal | 176 | 330 | 214 | 52 | 0 | 43 | 17 | 201 | 66 | 103 |
| Binary | 1111110 | 11011000 | 10001100 | 101010 | 0 | 100011 | 1111 | 10000001 | 110110 | 1000011 |
Color Harmonies of #7ED88C
Complementary color
Monochromatic Colors of #7ED88C
Black with #7ED88C
Text Example
Text Example
White with #7ED88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED88C; }
p { color: rgb(126,216,140); }
H1.HeaderClassName
{
color: #7ED88C;
}
.AnyTagClassName
{
color: #7ED88C;
}
</style>
background-color css
<style>
a { background-color: #7ED88C; }
a { background-color: rgb(126,216,140); }
div.DivClassName
{
background-color: #7ED88C;
}
.BgClassName
{
background-color: #7ED88C;
}
</style>
border-color css
<style>
span { border-color: #7ED88C; }
span { border-color: rgb(126,216,140); }
td.TdClassName
{
border-color: #7ED88C;
}
.TagClassName
{
border-color: #7ED88C;
}
</style>