Shades of Pastel Green #7AD57B
Tints of Pastel Green #7AD57B
RGB
CMYK
RGB Variations
Color information
#7AD57B (or 0x7AD57B) is known color: Pastel Green. HEX triplet: 7A, D5 and 7B. RGB value is (122,213,123). Sum of RGB (Red+Green+Blue) = 122+213+123=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 123 (48.44% from 255 or 26.86% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #7AD57B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD57B is #852A84. Grayscale: #AFAFAF. Windows color (decimal): -8727173 or 8115578. OLE color: 8115578.
HSL color Cylindrical-coordinate representation of color #7AD57B: hue angle of 120.66º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7AD57B is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 122 | 213 | 123 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.16 |
| HSL | 120.66º | 0.52% | 0.66% | - |
| HSV(B) | 120.66º | 0.43% | 0.84% | - |
| XYZ | 35.4 | 53.16 | 27.13 | - |
| YUV | 175.53 | 98.35 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 213 | 123 | 0.43 | 0 | 0.42 | 0.16 | 120.66 | 0.52 | 0.66 |
| Hex | 7A | D5 | 7B | 2B | 0 | 2A | 10 | 79 | 34 | 42 |
| Octal | 172 | 325 | 173 | 53 | 0 | 52 | 20 | 171 | 64 | 102 |
| Binary | 1111010 | 11010101 | 1111011 | 101011 | 0 | 101010 | 10000 | 1111001 | 110100 | 1000010 |
Color Harmonies of #7AD57B
Complementary color
Monochromatic Colors of #7AD57B
Black with #7AD57B
Text Example
Text Example
White with #7AD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD57B; }
p { color: rgb(122,213,123); }
H1.HeaderClassName
{
color: #7AD57B;
}
.AnyTagClassName
{
color: #7AD57B;
}
</style>
background-color css
<style>
a { background-color: #7AD57B; }
a { background-color: rgb(122,213,123); }
div.DivClassName
{
background-color: #7AD57B;
}
.BgClassName
{
background-color: #7AD57B;
}
</style>
border-color css
<style>
span { border-color: #7AD57B; }
span { border-color: rgb(122,213,123); }
td.TdClassName
{
border-color: #7AD57B;
}
.TagClassName
{
border-color: #7AD57B;
}
</style>