Shades of De York #7ED481
Tints of De York #7ED481
RGB
CMYK
RGB Variations
Color information
#7ED481 (or 0x7ED481) is known color: De York. HEX triplet: 7E, D4 and 81. RGB value is (126,212,129). Sum of RGB (Red+Green+Blue) = 126+212+129=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #7ED481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED481 is #812B7E. Grayscale: #B1B1B1. Windows color (decimal): -8465279 or 8508542. OLE color: 8508542.
HSL color Cylindrical-coordinate representation of color #7ED481: hue angle of 122.09º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7ED481 is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 212 | 129 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.17 |
| HSL | 122.09º | 0.5% | 0.66% | - |
| HSV(B) | 122.09º | 0.41% | 0.83% | - |
| XYZ | 36.11 | 53.11 | 29.12 | - |
| YUV | 176.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 212 | 129 | 0.41 | 0 | 0.39 | 0.17 | 122.09 | 0.5 | 0.66 |
| Hex | 7E | D4 | 81 | 29 | 0 | 27 | 11 | 7A | 32 | 42 |
| Octal | 176 | 324 | 201 | 51 | 0 | 47 | 21 | 172 | 62 | 102 |
| Binary | 1111110 | 11010100 | 10000001 | 101001 | 0 | 100111 | 10001 | 1111010 | 110010 | 1000010 |
Color Harmonies of #7ED481
Complementary color
Monochromatic Colors of #7ED481
Black with #7ED481
Text Example
Text Example
White with #7ED481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED481; }
p { color: rgb(126,212,129); }
H1.HeaderClassName
{
color: #7ED481;
}
.AnyTagClassName
{
color: #7ED481;
}
</style>
background-color css
<style>
a { background-color: #7ED481; }
a { background-color: rgb(126,212,129); }
div.DivClassName
{
background-color: #7ED481;
}
.BgClassName
{
background-color: #7ED481;
}
</style>
border-color css
<style>
span { border-color: #7ED481; }
span { border-color: rgb(126,212,129); }
td.TdClassName
{
border-color: #7ED481;
}
.TagClassName
{
border-color: #7ED481;
}
</style>