Shades of Pastel Green #7ADB83
Tints of Pastel Green #7ADB83
RGB
CMYK
RGB Variations
Color information
#7ADB83 (or 0x7ADB83) is known color: Pastel Green. HEX triplet: 7A, DB and 83. RGB value is (122,219,131). Sum of RGB (Red+Green+Blue) = 122+219+131=472 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.85% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADB83 is #85247C. Grayscale: #B4B4B4. Windows color (decimal): -8725629 or 8641402. OLE color: 8641402.
HSL color Cylindrical-coordinate representation of color #7ADB83: hue angle of 125.57º 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 #7ADB83 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 131 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.14 |
| HSL | 125.57º | 0.57% | 0.67% | - |
| HSV(B) | 125.57º | 0.44% | 0.86% | - |
| XYZ | 37.45 | 56.44 | 30.39 | - |
| YUV | 179.97 | 100.36 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 131 | 0.44 | 0 | 0.40 | 0.14 | 125.57 | 0.57 | 0.67 |
| Hex | 7A | DB | 83 | 2C | 0 | 28 | E | 7E | 39 | 43 |
| Octal | 172 | 333 | 203 | 54 | 0 | 50 | 16 | 176 | 71 | 103 |
| Binary | 1111010 | 11011011 | 10000011 | 101100 | 0 | 101000 | 1110 | 1111110 | 111001 | 1000011 |
Color Harmonies of #7ADB83
Complementary color
Monochromatic Colors of #7ADB83
Black with #7ADB83
Text Example
Text Example
White with #7ADB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADB83; }
p { color: rgb(122,219,131); }
H1.HeaderClassName
{
color: #7ADB83;
}
.AnyTagClassName
{
color: #7ADB83;
}
</style>
background-color css
<style>
a { background-color: #7ADB83; }
a { background-color: rgb(122,219,131); }
div.DivClassName
{
background-color: #7ADB83;
}
.BgClassName
{
background-color: #7ADB83;
}
</style>
border-color css
<style>
span { border-color: #7ADB83; }
span { border-color: rgb(122,219,131); }
td.TdClassName
{
border-color: #7ADB83;
}
.TagClassName
{
border-color: #7ADB83;
}
</style>