Shades of Pastel Green #7AD37F
Tints of Pastel Green #7AD37F
RGB
CMYK
RGB Variations
Color information
#7AD37F (or 0x7AD37F) is known color: Pastel Green. HEX triplet: 7A, D3 and 7F. RGB value is (122,211,127). Sum of RGB (Red+Green+Blue) = 122+211+127=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 211 (82.81% from 255 or 45.87% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD37F is #852C80. Grayscale: #AFAFAF. Windows color (decimal): -8727681 or 8377210. OLE color: 8377210.
HSL color Cylindrical-coordinate representation of color #7AD37F: hue angle of 123.37º 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 #7AD37F is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 127 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.17 |
| HSL | 123.37º | 0.5% | 0.65% | - |
| HSV(B) | 123.37º | 0.42% | 0.83% | - |
| XYZ | 35.15 | 52.26 | 28.31 | - |
| YUV | 174.81 | 101.01 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 127 | 0.42 | 0 | 0.40 | 0.17 | 123.37 | 0.5 | 0.65 |
| Hex | 7A | D3 | 7F | 2A | 0 | 28 | 11 | 7B | 32 | 41 |
| Octal | 172 | 323 | 177 | 52 | 0 | 50 | 21 | 173 | 62 | 101 |
| Binary | 1111010 | 11010011 | 1111111 | 101010 | 0 | 101000 | 10001 | 1111011 | 110010 | 1000001 |
Color Harmonies of #7AD37F
Complementary color
Monochromatic Colors of #7AD37F
Black with #7AD37F
Text Example
Text Example
White with #7AD37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD37F; }
p { color: rgb(122,211,127); }
H1.HeaderClassName
{
color: #7AD37F;
}
.AnyTagClassName
{
color: #7AD37F;
}
</style>
background-color css
<style>
a { background-color: #7AD37F; }
a { background-color: rgb(122,211,127); }
div.DivClassName
{
background-color: #7AD37F;
}
.BgClassName
{
background-color: #7AD37F;
}
</style>
border-color css
<style>
span { border-color: #7AD37F; }
span { border-color: rgb(122,211,127); }
td.TdClassName
{
border-color: #7AD37F;
}
.TagClassName
{
border-color: #7AD37F;
}
</style>