Shades of De York #7AD597
Tints of De York #7AD597
RGB
CMYK
RGB Variations
Color information
#7AD597 (or 0x7AD597) is known color: De York. HEX triplet: 7A, D5 and 97. RGB value is (122,213,151). Sum of RGB (Red+Green+Blue) = 122+213+151=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD597 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD597 is #852A68. Grayscale: #B2B2B2. Windows color (decimal): -8727145 or 9950586. OLE color: 9950586.
HSL color Cylindrical-coordinate representation of color #7AD597: hue angle of 139.12º degrees, saturation: 0.52, 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 #7AD597 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 151 | - |
| CMYK | 0.43 | 0 | 0.29 | 0.16 |
| HSL | 139.12º | 0.52% | 0.66% | - |
| HSV(B) | 139.12º | 0.43% | 0.84% | - |
| XYZ | 37.41 | 53.96 | 37.72 | - |
| YUV | 178.72 | 112.35 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 151 | 0.43 | 0 | 0.29 | 0.16 | 139.12 | 0.52 | 0.66 |
| Hex | 7A | D5 | 97 | 2B | 0 | 1D | 10 | 8B | 34 | 42 |
| Octal | 172 | 325 | 227 | 53 | 0 | 35 | 20 | 213 | 64 | 102 |
| Binary | 1111010 | 11010101 | 10010111 | 101011 | 0 | 11101 | 10000 | 10001011 | 110100 | 1000010 |
Color Harmonies of #7AD597
Complementary color
Monochromatic Colors of #7AD597
Black with #7AD597
Text Example
Text Example
White with #7AD597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD597; }
p { color: rgb(122,213,151); }
H1.HeaderClassName
{
color: #7AD597;
}
.AnyTagClassName
{
color: #7AD597;
}
</style>
background-color css
<style>
a { background-color: #7AD597; }
a { background-color: rgb(122,213,151); }
div.DivClassName
{
background-color: #7AD597;
}
.BgClassName
{
background-color: #7AD597;
}
</style>
border-color css
<style>
span { border-color: #7AD597; }
span { border-color: rgb(122,213,151); }
td.TdClassName
{
border-color: #7AD597;
}
.TagClassName
{
border-color: #7AD597;
}
</style>