Shades of De York #7ED28A
Tints of De York #7ED28A
RGB
CMYK
RGB Variations
Color information
#7ED28A (or 0x7ED28A) is known color: De York. HEX triplet: 7E, D2 and 8A. RGB value is (126,210,138). Sum of RGB (Red+Green+Blue) = 126+210+138=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED28A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED28A is #812D75. Grayscale: #B0B0B0. Windows color (decimal): -8465782 or 9097854. OLE color: 9097854.
HSL color Cylindrical-coordinate representation of color #7ED28A: hue angle of 128.57º 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 #7ED28A is Cyan = 0.4, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 138 | - |
| CMYK | 0.4 | 0 | 0.34 | 0.18 |
| HSL | 128.57º | 0.48% | 0.66% | - |
| HSV(B) | 128.57º | 0.4% | 0.82% | - |
| XYZ | 36.24 | 52.36 | 32.24 | - |
| YUV | 176.68 | 106.17 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 138 | 0.4 | 0 | 0.34 | 0.18 | 128.57 | 0.48 | 0.66 |
| Hex | 7E | D2 | 8A | 28 | 0 | 22 | 12 | 81 | 30 | 42 |
| Octal | 176 | 322 | 212 | 50 | 0 | 42 | 22 | 201 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10001010 | 101000 | 0 | 100010 | 10010 | 10000001 | 110000 | 1000010 |
Color Harmonies of #7ED28A
Complementary color
Monochromatic Colors of #7ED28A
Black with #7ED28A
Text Example
Text Example
White with #7ED28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED28A; }
p { color: rgb(126,210,138); }
H1.HeaderClassName
{
color: #7ED28A;
}
.AnyTagClassName
{
color: #7ED28A;
}
</style>
background-color css
<style>
a { background-color: #7ED28A; }
a { background-color: rgb(126,210,138); }
div.DivClassName
{
background-color: #7ED28A;
}
.BgClassName
{
background-color: #7ED28A;
}
</style>
border-color css
<style>
span { border-color: #7ED28A; }
span { border-color: rgb(126,210,138); }
td.TdClassName
{
border-color: #7ED28A;
}
.TagClassName
{
border-color: #7ED28A;
}
</style>