Shades of De York #7AD68A
Tints of De York #7AD68A
RGB
CMYK
RGB Variations
Color information
#7AD68A (or 0x7AD68A) is known color: De York. HEX triplet: 7A, D6 and 8A. RGB value is (122,214,138). Sum of RGB (Red+Green+Blue) = 122+214+138=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD68A is #852975. Grayscale: #B2B2B2. Windows color (decimal): -8726902 or 9098874. OLE color: 9098874.
HSL color Cylindrical-coordinate representation of color #7AD68A: hue angle of 130.43º 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 #7AD68A is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 138 | - |
| CMYK | 0.43 | 0 | 0.36 | 0.16 |
| HSL | 130.43º | 0.53% | 0.66% | - |
| HSV(B) | 130.43º | 0.43% | 0.84% | - |
| XYZ | 36.66 | 54.07 | 32.55 | - |
| YUV | 177.83 | 105.52 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 138 | 0.43 | 0 | 0.36 | 0.16 | 130.43 | 0.53 | 0.66 |
| Hex | 7A | D6 | 8A | 2B | 0 | 24 | 10 | 82 | 35 | 42 |
| Octal | 172 | 326 | 212 | 53 | 0 | 44 | 20 | 202 | 65 | 102 |
| Binary | 1111010 | 11010110 | 10001010 | 101011 | 0 | 100100 | 10000 | 10000010 | 110101 | 1000010 |
Color Harmonies of #7AD68A
Complementary color
Monochromatic Colors of #7AD68A
Black with #7AD68A
Text Example
Text Example
White with #7AD68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD68A; }
p { color: rgb(122,214,138); }
H1.HeaderClassName
{
color: #7AD68A;
}
.AnyTagClassName
{
color: #7AD68A;
}
</style>
background-color css
<style>
a { background-color: #7AD68A; }
a { background-color: rgb(122,214,138); }
div.DivClassName
{
background-color: #7AD68A;
}
.BgClassName
{
background-color: #7AD68A;
}
</style>
border-color css
<style>
span { border-color: #7AD68A; }
span { border-color: rgb(122,214,138); }
td.TdClassName
{
border-color: #7AD68A;
}
.TagClassName
{
border-color: #7AD68A;
}
</style>