Shades of De York #7AD68C
Tints of De York #7AD68C
RGB
CMYK
RGB Variations
Color information
#7AD68C (or 0x7AD68C) is known color: De York. HEX triplet: 7A, D6 and 8C. RGB value is (122,214,140). Sum of RGB (Red+Green+Blue) = 122+214+140=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD68C is #852973. Grayscale: #B2B2B2. Windows color (decimal): -8726900 or 9229946. OLE color: 9229946.
HSL color Cylindrical-coordinate representation of color #7AD68C: hue angle of 131.74º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD68C is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 140 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.16 |
| HSL | 131.74º | 0.53% | 0.66% | - |
| HSV(B) | 131.74º | 0.43% | 0.84% | - |
| XYZ | 36.81 | 54.12 | 33.32 | - |
| YUV | 178.06 | 106.52 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 140 | 0.43 | 0 | 0.35 | 0.16 | 131.74 | 0.53 | 0.66 |
| Hex | 7A | D6 | 8C | 2B | 0 | 23 | 10 | 84 | 35 | 42 |
| Octal | 172 | 326 | 214 | 53 | 0 | 43 | 20 | 204 | 65 | 102 |
| Binary | 1111010 | 11010110 | 10001100 | 101011 | 0 | 100011 | 10000 | 10000100 | 110101 | 1000010 |
Color Harmonies of #7AD68C
Complementary color
Monochromatic Colors of #7AD68C
Black with #7AD68C
Text Example
Text Example
White with #7AD68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD68C; }
p { color: rgb(122,214,140); }
H1.HeaderClassName
{
color: #7AD68C;
}
.AnyTagClassName
{
color: #7AD68C;
}
</style>
background-color css
<style>
a { background-color: #7AD68C; }
a { background-color: rgb(122,214,140); }
div.DivClassName
{
background-color: #7AD68C;
}
.BgClassName
{
background-color: #7AD68C;
}
</style>
border-color css
<style>
span { border-color: #7AD68C; }
span { border-color: rgb(122,214,140); }
td.TdClassName
{
border-color: #7AD68C;
}
.TagClassName
{
border-color: #7AD68C;
}
</style>