Shades of Pastel Green #7AF37D
Tints of Pastel Green #7AF37D
RGB
CMYK
RGB Variations
Color information
#7AF37D (or 0x7AF37D) is known color: Pastel Green. HEX triplet: 7A, F3 and 7D. RGB value is (122,243,125). Sum of RGB (Red+Green+Blue) = 122+243+125=490 (64% of max value = 765). Red value is 122 (48.05% from 255 or 24.90% from 490); Green value is 243 (95.31% from 255 or 49.59% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 243 - color contains mainly: green. Hex color #7AF37D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AF37D is #850C82. Grayscale: #C1C1C1. Windows color (decimal): -8719491 or 8254330. OLE color: 8254330.
HSL color Cylindrical-coordinate representation of color #7AF37D: hue angle of 121.49º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF37D is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 243 | 125 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.05 |
| HSL | 121.49º | 0.83% | 0.72% | - |
| HSV(B) | 121.49º | 0.5% | 0.95% | - |
| XYZ | 43.78 | 69.72 | 30.55 | - |
| YUV | 193.37 | 89.41 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 243 | 125 | 0.50 | 0 | 0.49 | 0.05 | 121.49 | 0.83 | 0.72 |
| Hex | 7A | F3 | 7D | 32 | 0 | 31 | 5 | 79 | 53 | 48 |
| Octal | 172 | 363 | 175 | 62 | 0 | 61 | 5 | 171 | 123 | 110 |
| Binary | 1111010 | 11110011 | 1111101 | 110010 | 0 | 110001 | 101 | 1111001 | 1010011 | 1001000 |
Color Harmonies of #7AF37D
Complementary color
Monochromatic Colors of #7AF37D
Black with #7AF37D
Text Example
Text Example
White with #7AF37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF37D; }
p { color: rgb(122,243,125); }
H1.HeaderClassName
{
color: #7AF37D;
}
.AnyTagClassName
{
color: #7AF37D;
}
</style>
background-color css
<style>
a { background-color: #7AF37D; }
a { background-color: rgb(122,243,125); }
div.DivClassName
{
background-color: #7AF37D;
}
.BgClassName
{
background-color: #7AF37D;
}
</style>
border-color css
<style>
span { border-color: #7AF37D; }
span { border-color: rgb(122,243,125); }
td.TdClassName
{
border-color: #7AF37D;
}
.TagClassName
{
border-color: #7AF37D;
}
</style>