Shades of Pastel Green #7AD374
Tints of Pastel Green #7AD374
RGB
CMYK
RGB Variations
Color information
#7AD374 (or 0x7AD374) is known color: Pastel Green. HEX triplet: 7A, D3 and 74. RGB value is (122,211,116). Sum of RGB (Red+Green+Blue) = 122+211+116=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 211 (82.81% from 255 or 46.99% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 211 - color contains mainly: green. Hex color #7AD374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD374 is #852C8B. Grayscale: #ADADAD. Windows color (decimal): -8727692 or 7656314. OLE color: 7656314.
HSL color Cylindrical-coordinate representation of color #7AD374: hue angle of 116.21º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7AD374 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 122 | 211 | 116 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.17 |
| HSL | 116.21º | 0.52% | 0.64% | - |
| HSV(B) | 116.21º | 0.45% | 0.83% | - |
| XYZ | 34.47 | 51.99 | 24.74 | - |
| YUV | 173.56 | 95.51 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 211 | 116 | 0.42 | 0 | 0.45 | 0.17 | 116.21 | 0.52 | 0.64 |
| Hex | 7A | D3 | 74 | 2A | 0 | 2D | 11 | 74 | 34 | 40 |
| Octal | 172 | 323 | 164 | 52 | 0 | 55 | 21 | 164 | 64 | 100 |
| Binary | 1111010 | 11010011 | 1110100 | 101010 | 0 | 101101 | 10001 | 1110100 | 110100 | 1000000 |
Color Harmonies of #7AD374
Complementary color
Monochromatic Colors of #7AD374
Black with #7AD374
Text Example
Text Example
White with #7AD374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD374; }
p { color: rgb(122,211,116); }
H1.HeaderClassName
{
color: #7AD374;
}
.AnyTagClassName
{
color: #7AD374;
}
</style>
background-color css
<style>
a { background-color: #7AD374; }
a { background-color: rgb(122,211,116); }
div.DivClassName
{
background-color: #7AD374;
}
.BgClassName
{
background-color: #7AD374;
}
</style>
border-color css
<style>
span { border-color: #7AD374; }
span { border-color: rgb(122,211,116); }
td.TdClassName
{
border-color: #7AD374;
}
.TagClassName
{
border-color: #7AD374;
}
</style>