Shades of De York #7AD68F
Tints of De York #7AD68F
RGB
CMYK
RGB Variations
Color information
#7AD68F (or 0x7AD68F) is known color: De York. HEX triplet: 7A, D6 and 8F. RGB value is (122,214,143). Sum of RGB (Red+Green+Blue) = 122+214+143=479 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.47% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD68F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD68F is #852970. Grayscale: #B2B2B2. Windows color (decimal): -8726897 or 9426554. OLE color: 9426554.
HSL color Cylindrical-coordinate representation of color #7AD68F: hue angle of 133.7º 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 #7AD68F is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 214 | 143 | - |
| CMYK | 0.43 | 0 | 0.33 | 0.16 |
| HSL | 133.7º | 0.53% | 0.66% | - |
| HSV(B) | 133.7º | 0.43% | 0.84% | - |
| XYZ | 37.03 | 54.21 | 34.5 | - |
| YUV | 178.4 | 108.02 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 214 | 143 | 0.43 | 0 | 0.33 | 0.16 | 133.7 | 0.53 | 0.66 |
| Hex | 7A | D6 | 8F | 2B | 0 | 21 | 10 | 86 | 35 | 42 |
| Octal | 172 | 326 | 217 | 53 | 0 | 41 | 20 | 206 | 65 | 102 |
| Binary | 1111010 | 11010110 | 10001111 | 101011 | 0 | 100001 | 10000 | 10000110 | 110101 | 1000010 |
Color Harmonies of #7AD68F
Complementary color
Monochromatic Colors of #7AD68F
Black with #7AD68F
Text Example
Text Example
White with #7AD68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD68F; }
p { color: rgb(122,214,143); }
H1.HeaderClassName
{
color: #7AD68F;
}
.AnyTagClassName
{
color: #7AD68F;
}
</style>
background-color css
<style>
a { background-color: #7AD68F; }
a { background-color: rgb(122,214,143); }
div.DivClassName
{
background-color: #7AD68F;
}
.BgClassName
{
background-color: #7AD68F;
}
</style>
border-color css
<style>
span { border-color: #7AD68F; }
span { border-color: rgb(122,214,143); }
td.TdClassName
{
border-color: #7AD68F;
}
.TagClassName
{
border-color: #7AD68F;
}
</style>