Shades of Pastel Green #7AF17D
Tints of Pastel Green #7AF17D
RGB
CMYK
RGB Variations
Color information
#7AF17D (or 0x7AF17D) is known color: Pastel Green. HEX triplet: 7A, F1 and 7D. RGB value is (122,241,125). Sum of RGB (Red+Green+Blue) = 122+241+125=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #7AF17D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF17D is #850E82. Grayscale: #C0C0C0. Windows color (decimal): -8720003 or 8253818. OLE color: 8253818.
HSL color Cylindrical-coordinate representation of color #7AF17D: hue angle of 121.51º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7AF17D is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 241 | 125 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.05 |
| HSL | 121.51º | 0.81% | 0.71% | - |
| HSV(B) | 121.51º | 0.49% | 0.95% | - |
| XYZ | 43.18 | 68.53 | 30.35 | - |
| YUV | 192.2 | 90.08 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 241 | 125 | 0.49 | 0 | 0.48 | 0.05 | 121.51 | 0.81 | 0.71 |
| Hex | 7A | F1 | 7D | 31 | 0 | 30 | 5 | 7A | 51 | 47 |
| Octal | 172 | 361 | 175 | 61 | 0 | 60 | 5 | 172 | 121 | 107 |
| Binary | 1111010 | 11110001 | 1111101 | 110001 | 0 | 110000 | 101 | 1111010 | 1010001 | 1000111 |
Color Harmonies of #7AF17D
Complementary color
Monochromatic Colors of #7AF17D
Black with #7AF17D
Text Example
Text Example
White with #7AF17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF17D; }
p { color: rgb(122,241,125); }
H1.HeaderClassName
{
color: #7AF17D;
}
.AnyTagClassName
{
color: #7AF17D;
}
</style>
background-color css
<style>
a { background-color: #7AF17D; }
a { background-color: rgb(122,241,125); }
div.DivClassName
{
background-color: #7AF17D;
}
.BgClassName
{
background-color: #7AF17D;
}
</style>
border-color css
<style>
span { border-color: #7AF17D; }
span { border-color: rgb(122,241,125); }
td.TdClassName
{
border-color: #7AF17D;
}
.TagClassName
{
border-color: #7AF17D;
}
</style>