Shades of Pastel Green #7ADE81
Tints of Pastel Green #7ADE81
RGB
CMYK
RGB Variations
Color information
#7ADE81 (or 0x7ADE81) is known color: Pastel Green. HEX triplet: 7A, DE and 81. RGB value is (122,222,129). Sum of RGB (Red+Green+Blue) = 122+222+129=473 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.79% from 473); Green value is 222 (87.11% from 255 or 46.93% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 222 - color contains mainly: green. Hex color #7ADE81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADE81 is #85217E. Grayscale: #B5B5B5. Windows color (decimal): -8724863 or 8511098. OLE color: 8511098.
HSL color Cylindrical-coordinate representation of color #7ADE81: hue angle of 124.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADE81 is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 222 | 129 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.13 |
| HSL | 124.2º | 0.6% | 0.67% | - |
| HSV(B) | 124.2º | 0.45% | 0.87% | - |
| XYZ | 38.11 | 57.97 | 29.95 | - |
| YUV | 181.5 | 98.37 | 85.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 222 | 129 | 0.45 | 0 | 0.42 | 0.13 | 124.2 | 0.6 | 0.67 |
| Hex | 7A | DE | 81 | 2D | 0 | 2A | D | 7C | 3C | 43 |
| Octal | 172 | 336 | 201 | 55 | 0 | 52 | 15 | 174 | 74 | 103 |
| Binary | 1111010 | 11011110 | 10000001 | 101101 | 0 | 101010 | 1101 | 1111100 | 111100 | 1000011 |
Color Harmonies of #7ADE81
Complementary color
Monochromatic Colors of #7ADE81
Black with #7ADE81
Text Example
Text Example
White with #7ADE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADE81; }
p { color: rgb(122,222,129); }
H1.HeaderClassName
{
color: #7ADE81;
}
.AnyTagClassName
{
color: #7ADE81;
}
</style>
background-color css
<style>
a { background-color: #7ADE81; }
a { background-color: rgb(122,222,129); }
div.DivClassName
{
background-color: #7ADE81;
}
.BgClassName
{
background-color: #7ADE81;
}
</style>
border-color css
<style>
span { border-color: #7ADE81; }
span { border-color: rgb(122,222,129); }
td.TdClassName
{
border-color: #7ADE81;
}
.TagClassName
{
border-color: #7ADE81;
}
</style>