Shades of Pastel Green #7ADB81
Tints of Pastel Green #7ADB81
RGB
CMYK
RGB Variations
Color information
#7ADB81 (or 0x7ADB81) is known color: Pastel Green. HEX triplet: 7A, DB and 81. RGB value is (122,219,129). Sum of RGB (Red+Green+Blue) = 122+219+129=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADB81 is #85247E. Grayscale: #B3B3B3. Windows color (decimal): -8725631 or 8510330. OLE color: 8510330.
HSL color Cylindrical-coordinate representation of color #7ADB81: hue angle of 124.33º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7ADB81 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 129 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.14 |
| HSL | 124.33º | 0.57% | 0.67% | - |
| HSV(B) | 124.33º | 0.44% | 0.86% | - |
| XYZ | 37.32 | 56.39 | 29.69 | - |
| YUV | 179.74 | 99.36 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 129 | 0.44 | 0 | 0.41 | 0.14 | 124.33 | 0.57 | 0.67 |
| Hex | 7A | DB | 81 | 2C | 0 | 29 | E | 7C | 39 | 43 |
| Octal | 172 | 333 | 201 | 54 | 0 | 51 | 16 | 174 | 71 | 103 |
| Binary | 1111010 | 11011011 | 10000001 | 101100 | 0 | 101001 | 1110 | 1111100 | 111001 | 1000011 |
Color Harmonies of #7ADB81
Complementary color
Monochromatic Colors of #7ADB81
Black with #7ADB81
Text Example
Text Example
White with #7ADB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADB81; }
p { color: rgb(122,219,129); }
H1.HeaderClassName
{
color: #7ADB81;
}
.AnyTagClassName
{
color: #7ADB81;
}
</style>
background-color css
<style>
a { background-color: #7ADB81; }
a { background-color: rgb(122,219,129); }
div.DivClassName
{
background-color: #7ADB81;
}
.BgClassName
{
background-color: #7ADB81;
}
</style>
border-color css
<style>
span { border-color: #7ADB81; }
span { border-color: rgb(122,219,129); }
td.TdClassName
{
border-color: #7ADB81;
}
.TagClassName
{
border-color: #7ADB81;
}
</style>