Shades of Pastel Green #7ADC84
Tints of Pastel Green #7ADC84
RGB
CMYK
RGB Variations
Color information
#7ADC84 (or 0x7ADC84) is known color: Pastel Green. HEX triplet: 7A, DC and 84. RGB value is (122,220,132). Sum of RGB (Red+Green+Blue) = 122+220+132=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADC84 is #85237B. Grayscale: #B4B4B4. Windows color (decimal): -8725372 or 8707194. OLE color: 8707194.
HSL color Cylindrical-coordinate representation of color #7ADC84: hue angle of 126.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADC84 is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 132 | - |
| CMYK | 0.45 | 0 | 0.40 | 0.14 |
| HSL | 126.12º | 0.58% | 0.67% | - |
| HSV(B) | 126.12º | 0.45% | 0.86% | - |
| XYZ | 37.78 | 56.99 | 30.84 | - |
| YUV | 180.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 132 | 0.45 | 0 | 0.40 | 0.14 | 126.12 | 0.58 | 0.67 |
| Hex | 7A | DC | 84 | 2D | 0 | 28 | E | 7E | 3A | 43 |
| Octal | 172 | 334 | 204 | 55 | 0 | 50 | 16 | 176 | 72 | 103 |
| Binary | 1111010 | 11011100 | 10000100 | 101101 | 0 | 101000 | 1110 | 1111110 | 111010 | 1000011 |
Color Harmonies of #7ADC84
Complementary color
Monochromatic Colors of #7ADC84
Black with #7ADC84
Text Example
Text Example
White with #7ADC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC84; }
p { color: rgb(122,220,132); }
H1.HeaderClassName
{
color: #7ADC84;
}
.AnyTagClassName
{
color: #7ADC84;
}
</style>
background-color css
<style>
a { background-color: #7ADC84; }
a { background-color: rgb(122,220,132); }
div.DivClassName
{
background-color: #7ADC84;
}
.BgClassName
{
background-color: #7ADC84;
}
</style>
border-color css
<style>
span { border-color: #7ADC84; }
span { border-color: rgb(122,220,132); }
td.TdClassName
{
border-color: #7ADC84;
}
.TagClassName
{
border-color: #7ADC84;
}
</style>