Shades of Pastel Green #7AD37B
Tints of Pastel Green #7AD37B
RGB
CMYK
RGB Variations
Color information
#7AD37B (or 0x7AD37B) is known color: Pastel Green. HEX triplet: 7A, D3 and 7B. RGB value is (122,211,123). Sum of RGB (Red+Green+Blue) = 122+211+123=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 211 (82.81% from 255 or 46.27% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD37B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD37B is #852C84. Grayscale: #AEAEAE. Windows color (decimal): -8727685 or 8115066. OLE color: 8115066.
HSL color Cylindrical-coordinate representation of color #7AD37B: hue angle of 120.67º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7AD37B is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 123 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.17 |
| HSL | 120.67º | 0.5% | 0.65% | - |
| HSV(B) | 120.67º | 0.42% | 0.83% | - |
| XYZ | 34.9 | 52.16 | 26.97 | - |
| YUV | 174.36 | 99.01 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 123 | 0.42 | 0 | 0.42 | 0.17 | 120.67 | 0.5 | 0.65 |
| Hex | 7A | D3 | 7B | 2A | 0 | 2A | 11 | 79 | 32 | 41 |
| Octal | 172 | 323 | 173 | 52 | 0 | 52 | 21 | 171 | 62 | 101 |
| Binary | 1111010 | 11010011 | 1111011 | 101010 | 0 | 101010 | 10001 | 1111001 | 110010 | 1000001 |
Color Harmonies of #7AD37B
Complementary color
Monochromatic Colors of #7AD37B
Black with #7AD37B
Text Example
Text Example
White with #7AD37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD37B; }
p { color: rgb(122,211,123); }
H1.HeaderClassName
{
color: #7AD37B;
}
.AnyTagClassName
{
color: #7AD37B;
}
</style>
background-color css
<style>
a { background-color: #7AD37B; }
a { background-color: rgb(122,211,123); }
div.DivClassName
{
background-color: #7AD37B;
}
.BgClassName
{
background-color: #7AD37B;
}
</style>
border-color css
<style>
span { border-color: #7AD37B; }
span { border-color: rgb(122,211,123); }
td.TdClassName
{
border-color: #7AD37B;
}
.TagClassName
{
border-color: #7AD37B;
}
</style>