Shades of Pastel Green #7ADB69
Tints of Pastel Green #7ADB69
RGB
CMYK
RGB Variations
Color information
#7ADB69 (or 0x7ADB69) is known color: Pastel Green. HEX triplet: 7A, DB and 69. RGB value is (122,219,105). Sum of RGB (Red+Green+Blue) = 122+219+105=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #7ADB69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADB69 is #852496. Grayscale: #B1B1B1. Windows color (decimal): -8725655 or 6937466. OLE color: 6937466.
HSL color Cylindrical-coordinate representation of color #7ADB69: hue angle of 111.05º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ADB69 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 219 | 105 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.14 |
| HSL | 111.05º | 0.61% | 0.64% | - |
| HSV(B) | 111.05º | 0.52% | 0.86% | - |
| XYZ | 35.91 | 55.82 | 22.25 | - |
| YUV | 177 | 87.36 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 219 | 105 | 0.44 | 0 | 0.52 | 0.14 | 111.05 | 0.61 | 0.64 |
| Hex | 7A | DB | 69 | 2C | 0 | 34 | E | 6F | 3D | 40 |
| Octal | 172 | 333 | 151 | 54 | 0 | 64 | 16 | 157 | 75 | 100 |
| Binary | 1111010 | 11011011 | 1101001 | 101100 | 0 | 110100 | 1110 | 1101111 | 111101 | 1000000 |
Color Harmonies of #7ADB69
Complementary color
Monochromatic Colors of #7ADB69
Black with #7ADB69
Text Example
Text Example
White with #7ADB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADB69; }
p { color: rgb(122,219,105); }
H1.HeaderClassName
{
color: #7ADB69;
}
.AnyTagClassName
{
color: #7ADB69;
}
</style>
background-color css
<style>
a { background-color: #7ADB69; }
a { background-color: rgb(122,219,105); }
div.DivClassName
{
background-color: #7ADB69;
}
.BgClassName
{
background-color: #7ADB69;
}
</style>
border-color css
<style>
span { border-color: #7ADB69; }
span { border-color: rgb(122,219,105); }
td.TdClassName
{
border-color: #7ADB69;
}
.TagClassName
{
border-color: #7ADB69;
}
</style>