Shades of Pastel Green #7AEE65
Tints of Pastel Green #7AEE65
RGB
CMYK
RGB Variations
Color information
#7AEE65 (or 0x7AEE65) is known color: Pastel Green. HEX triplet: 7A, EE and 65. RGB value is (122,238,101). Sum of RGB (Red+Green+Blue) = 122+238+101=461 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.46% from 461); Green value is 238 (93.36% from 255 or 51.63% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 238 - color contains mainly: green. Hex color #7AEE65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7AEE65 is #85119A. Grayscale: #BCBCBC. Windows color (decimal): -8720795 or 6680186. OLE color: 6680186.
HSL color Cylindrical-coordinate representation of color #7AEE65: hue angle of 110.8º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7AEE65 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 238 | 101 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.07 |
| HSL | 110.8º | 0.8% | 0.66% | - |
| HSV(B) | 110.8º | 0.58% | 0.93% | - |
| XYZ | 40.95 | 66.23 | 22.94 | - |
| YUV | 187.7 | 79.07 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 238 | 101 | 0.49 | 0 | 0.58 | 0.07 | 110.8 | 0.8 | 0.66 |
| Hex | 7A | EE | 65 | 31 | 0 | 3A | 7 | 6F | 50 | 42 |
| Octal | 172 | 356 | 145 | 61 | 0 | 72 | 7 | 157 | 120 | 102 |
| Binary | 1111010 | 11101110 | 1100101 | 110001 | 0 | 111010 | 111 | 1101111 | 1010000 | 1000010 |
Color Harmonies of #7AEE65
Complementary color
Monochromatic Colors of #7AEE65
Black with #7AEE65
Text Example
Text Example
White with #7AEE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AEE65; }
p { color: rgb(122,238,101); }
H1.HeaderClassName
{
color: #7AEE65;
}
.AnyTagClassName
{
color: #7AEE65;
}
</style>
background-color css
<style>
a { background-color: #7AEE65; }
a { background-color: rgb(122,238,101); }
div.DivClassName
{
background-color: #7AEE65;
}
.BgClassName
{
background-color: #7AEE65;
}
</style>
border-color css
<style>
span { border-color: #7AEE65; }
span { border-color: rgb(122,238,101); }
td.TdClassName
{
border-color: #7AEE65;
}
.TagClassName
{
border-color: #7AEE65;
}
</style>