Shades of De York #7ED28B
Tints of De York #7ED28B
RGB
CMYK
RGB Variations
Color information
#7ED28B (or 0x7ED28B) is known color: De York. HEX triplet: 7E, D2 and 8B. RGB value is (126,210,139). Sum of RGB (Red+Green+Blue) = 126+210+139=475 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.53% from 475); Green value is 210 (82.42% from 255 or 44.21% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED28B is #812D74. Grayscale: #B0B0B0. Windows color (decimal): -8465781 or 9163390. OLE color: 9163390.
HSL color Cylindrical-coordinate representation of color #7ED28B: hue angle of 129.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7ED28B is Cyan = 0.4, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 139 | - |
| CMYK | 0.4 | 0 | 0.34 | 0.18 |
| HSL | 129.29º | 0.48% | 0.66% | - |
| HSV(B) | 129.29º | 0.4% | 0.82% | - |
| XYZ | 36.31 | 52.39 | 32.63 | - |
| YUV | 176.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 139 | 0.4 | 0 | 0.34 | 0.18 | 129.29 | 0.48 | 0.66 |
| Hex | 7E | D2 | 8B | 28 | 0 | 22 | 12 | 81 | 30 | 42 |
| Octal | 176 | 322 | 213 | 50 | 0 | 42 | 22 | 201 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10001011 | 101000 | 0 | 100010 | 10010 | 10000001 | 110000 | 1000010 |
Color Harmonies of #7ED28B
Complementary color
Monochromatic Colors of #7ED28B
Black with #7ED28B
Text Example
Text Example
White with #7ED28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED28B; }
p { color: rgb(126,210,139); }
H1.HeaderClassName
{
color: #7ED28B;
}
.AnyTagClassName
{
color: #7ED28B;
}
</style>
background-color css
<style>
a { background-color: #7ED28B; }
a { background-color: rgb(126,210,139); }
div.DivClassName
{
background-color: #7ED28B;
}
.BgClassName
{
background-color: #7ED28B;
}
</style>
border-color css
<style>
span { border-color: #7ED28B; }
span { border-color: rgb(126,210,139); }
td.TdClassName
{
border-color: #7ED28B;
}
.TagClassName
{
border-color: #7ED28B;
}
</style>