Shades of Pastel Green #7AD566
Tints of Pastel Green #7AD566
RGB
CMYK
RGB Variations
Color information
#7AD566 (or 0x7AD566) is known color: Pastel Green. HEX triplet: 7A, D5 and 66. RGB value is (122,213,102). Sum of RGB (Red+Green+Blue) = 122+213+102=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD566 is #852A99. Grayscale: #ADADAD. Windows color (decimal): -8727194 or 6739322. OLE color: 6739322.
HSL color Cylindrical-coordinate representation of color #7AD566: hue angle of 109.19º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AD566 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 102 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.16 |
| HSL | 109.19º | 0.57% | 0.62% | - |
| HSV(B) | 109.19º | 0.52% | 0.84% | - |
| XYZ | 34.22 | 52.69 | 20.94 | - |
| YUV | 173.14 | 87.85 | 91.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 102 | 0.43 | 0 | 0.52 | 0.16 | 109.19 | 0.57 | 0.62 |
| Hex | 7A | D5 | 66 | 2B | 0 | 34 | 10 | 6D | 39 | 3E |
| Octal | 172 | 325 | 146 | 53 | 0 | 64 | 20 | 155 | 71 | 76 |
| Binary | 1111010 | 11010101 | 1100110 | 101011 | 0 | 110100 | 10000 | 1101101 | 111001 | 111110 |
Color Harmonies of #7AD566
Complementary color
Monochromatic Colors of #7AD566
Black with #7AD566
Text Example
Text Example
White with #7AD566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD566; }
p { color: rgb(122,213,102); }
H1.HeaderClassName
{
color: #7AD566;
}
.AnyTagClassName
{
color: #7AD566;
}
</style>
background-color css
<style>
a { background-color: #7AD566; }
a { background-color: rgb(122,213,102); }
div.DivClassName
{
background-color: #7AD566;
}
.BgClassName
{
background-color: #7AD566;
}
</style>
border-color css
<style>
span { border-color: #7AD566; }
span { border-color: rgb(122,213,102); }
td.TdClassName
{
border-color: #7AD566;
}
.TagClassName
{
border-color: #7AD566;
}
</style>