Shades of De York #7ED281
Tints of De York #7ED281
RGB
CMYK
RGB Variations
Color information
#7ED281 (or 0x7ED281) is known color: De York. HEX triplet: 7E, D2 and 81. RGB value is (126,210,129). Sum of RGB (Red+Green+Blue) = 126+210+129=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED281 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ED281 is #812D7E. Grayscale: #AFAFAF. Windows color (decimal): -8465791 or 8508030. OLE color: 8508030.
HSL color Cylindrical-coordinate representation of color #7ED281: hue angle of 122.14º 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 #7ED281 is Cyan = 0.4, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 126 | 210 | 129 | - |
| CMYK | 0.4 | 0 | 0.39 | 0.18 |
| HSL | 122.14º | 0.48% | 0.66% | - |
| HSV(B) | 122.14º | 0.4% | 0.82% | - |
| XYZ | 35.61 | 52.11 | 28.95 | - |
| YUV | 175.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 210 | 129 | 0.4 | 0 | 0.39 | 0.18 | 122.14 | 0.48 | 0.66 |
| Hex | 7E | D2 | 81 | 28 | 0 | 27 | 12 | 7A | 30 | 42 |
| Octal | 176 | 322 | 201 | 50 | 0 | 47 | 22 | 172 | 60 | 102 |
| Binary | 1111110 | 11010010 | 10000001 | 101000 | 0 | 100111 | 10010 | 1111010 | 110000 | 1000010 |
Color Harmonies of #7ED281
Complementary color
Monochromatic Colors of #7ED281
Black with #7ED281
Text Example
Text Example
White with #7ED281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ED281; }
p { color: rgb(126,210,129); }
H1.HeaderClassName
{
color: #7ED281;
}
.AnyTagClassName
{
color: #7ED281;
}
</style>
background-color css
<style>
a { background-color: #7ED281; }
a { background-color: rgb(126,210,129); }
div.DivClassName
{
background-color: #7ED281;
}
.BgClassName
{
background-color: #7ED281;
}
</style>
border-color css
<style>
span { border-color: #7ED281; }
span { border-color: rgb(126,210,129); }
td.TdClassName
{
border-color: #7ED281;
}
.TagClassName
{
border-color: #7ED281;
}
</style>