Shades of De York #7AD07E
Tints of De York #7AD07E
RGB
CMYK
RGB Variations
Color information
#7AD07E (or 0x7AD07E) is known color: De York. HEX triplet: 7A, D0 and 7E. RGB value is (122,208,126). Sum of RGB (Red+Green+Blue) = 122+208+126=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD07E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD07E is #852F81. Grayscale: #ADADAD. Windows color (decimal): -8728450 or 8310906. OLE color: 8310906.
HSL color Cylindrical-coordinate representation of color #7AD07E: hue angle of 122.79º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD07E is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 126 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.18 |
| HSL | 122.79º | 0.48% | 0.65% | - |
| HSV(B) | 122.79º | 0.41% | 0.82% | - |
| XYZ | 34.35 | 50.76 | 27.73 | - |
| YUV | 172.94 | 101.51 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 126 | 0.41 | 0 | 0.39 | 0.18 | 122.79 | 0.48 | 0.65 |
| Hex | 7A | D0 | 7E | 29 | 0 | 27 | 12 | 7B | 30 | 41 |
| Octal | 172 | 320 | 176 | 51 | 0 | 47 | 22 | 173 | 60 | 101 |
| Binary | 1111010 | 11010000 | 1111110 | 101001 | 0 | 100111 | 10010 | 1111011 | 110000 | 1000001 |
Color Harmonies of #7AD07E
Complementary color
Monochromatic Colors of #7AD07E
Black with #7AD07E
Text Example
Text Example
White with #7AD07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD07E; }
p { color: rgb(122,208,126); }
H1.HeaderClassName
{
color: #7AD07E;
}
.AnyTagClassName
{
color: #7AD07E;
}
</style>
background-color css
<style>
a { background-color: #7AD07E; }
a { background-color: rgb(122,208,126); }
div.DivClassName
{
background-color: #7AD07E;
}
.BgClassName
{
background-color: #7AD07E;
}
</style>
border-color css
<style>
span { border-color: #7AD07E; }
span { border-color: rgb(122,208,126); }
td.TdClassName
{
border-color: #7AD07E;
}
.TagClassName
{
border-color: #7AD07E;
}
</style>