Shades of Pastel Green #7AE75E
Tints of Pastel Green #7AE75E
RGB
CMYK
RGB Variations
Color information
#7AE75E (or 0x7AE75E) is known color: Pastel Green. HEX triplet: 7A, E7 and 5E. RGB value is (122,231,94). Sum of RGB (Red+Green+Blue) = 122+231+94=447 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.29% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #7AE75E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AE75E is #8518A1. Grayscale: #B7B7B7. Windows color (decimal): -8722594 or 6219642. OLE color: 6219642.
HSL color Cylindrical-coordinate representation of color #7AE75E: hue angle of 107.74º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7AE75E is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 122 | 231 | 94 | - |
| CMYK | 0.47 | 0 | 0.59 | 0.09 |
| HSL | 107.74º | 0.74% | 0.64% | - |
| HSV(B) | 107.74º | 0.59% | 0.91% | - |
| XYZ | 38.62 | 62.1 | 20.54 | - |
| YUV | 182.79 | 77.89 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 231 | 94 | 0.47 | 0 | 0.59 | 0.09 | 107.74 | 0.74 | 0.64 |
| Hex | 7A | E7 | 5E | 2F | 0 | 3B | 9 | 6C | 4A | 40 |
| Octal | 172 | 347 | 136 | 57 | 0 | 73 | 11 | 154 | 112 | 100 |
| Binary | 1111010 | 11100111 | 1011110 | 101111 | 0 | 111011 | 1001 | 1101100 | 1001010 | 1000000 |
Color Harmonies of #7AE75E
Complementary color
Monochromatic Colors of #7AE75E
Black with #7AE75E
Text Example
Text Example
White with #7AE75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AE75E; }
p { color: rgb(122,231,94); }
H1.HeaderClassName
{
color: #7AE75E;
}
.AnyTagClassName
{
color: #7AE75E;
}
</style>
background-color css
<style>
a { background-color: #7AE75E; }
a { background-color: rgb(122,231,94); }
div.DivClassName
{
background-color: #7AE75E;
}
.BgClassName
{
background-color: #7AE75E;
}
</style>
border-color css
<style>
span { border-color: #7AE75E; }
span { border-color: rgb(122,231,94); }
td.TdClassName
{
border-color: #7AE75E;
}
.TagClassName
{
border-color: #7AE75E;
}
</style>