Shades of Pastel Green #7AD881
Tints of Pastel Green #7AD881
RGB
CMYK
RGB Variations
Color information
#7AD881 (or 0x7AD881) is known color: Pastel Green. HEX triplet: 7A, D8 and 81. RGB value is (122,216,129). Sum of RGB (Red+Green+Blue) = 122+216+129=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #7AD881 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AD881 is #85277E. Grayscale: #B2B2B2. Windows color (decimal): -8726399 or 8509562. OLE color: 8509562.
HSL color Cylindrical-coordinate representation of color #7AD881: hue angle of 124.47º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7AD881 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 122 | 216 | 129 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.15 |
| HSL | 124.47º | 0.55% | 0.66% | - |
| HSV(B) | 124.47º | 0.44% | 0.85% | - |
| XYZ | 36.54 | 54.83 | 29.43 | - |
| YUV | 177.98 | 100.36 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 216 | 129 | 0.44 | 0 | 0.40 | 0.15 | 124.47 | 0.55 | 0.66 |
| Hex | 7A | D8 | 81 | 2C | 0 | 28 | F | 7C | 37 | 42 |
| Octal | 172 | 330 | 201 | 54 | 0 | 50 | 17 | 174 | 67 | 102 |
| Binary | 1111010 | 11011000 | 10000001 | 101100 | 0 | 101000 | 1111 | 1111100 | 110111 | 1000010 |
Color Harmonies of #7AD881
Complementary color
Monochromatic Colors of #7AD881
Black with #7AD881
Text Example
Text Example
White with #7AD881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD881; }
p { color: rgb(122,216,129); }
H1.HeaderClassName
{
color: #7AD881;
}
.AnyTagClassName
{
color: #7AD881;
}
</style>
background-color css
<style>
a { background-color: #7AD881; }
a { background-color: rgb(122,216,129); }
div.DivClassName
{
background-color: #7AD881;
}
.BgClassName
{
background-color: #7AD881;
}
</style>
border-color css
<style>
span { border-color: #7AD881; }
span { border-color: rgb(122,216,129); }
td.TdClassName
{
border-color: #7AD881;
}
.TagClassName
{
border-color: #7AD881;
}
</style>