Shades of Pastel Green #7AF781
Tints of Pastel Green #7AF781
RGB
CMYK
RGB Variations
Color information
#7AF781 (or 0x7AF781) is known color: Pastel Green. HEX triplet: 7A, F7 and 81. RGB value is (122,247,129). Sum of RGB (Red+Green+Blue) = 122+247+129=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 129 (50.78% from 255 or 25.90% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #7AF781 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF781 is #85087E. Grayscale: #C4C4C4. Windows color (decimal): -8718463 or 8517498. OLE color: 8517498.
HSL color Cylindrical-coordinate representation of color #7AF781: hue angle of 123.36º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF781 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 247 | 129 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.03 |
| HSL | 123.36º | 0.89% | 0.72% | - |
| HSV(B) | 123.36º | 0.51% | 0.97% | - |
| XYZ | 45.25 | 72.24 | 32.33 | - |
| YUV | 196.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 247 | 129 | 0.51 | 0 | 0.48 | 0.03 | 123.36 | 0.89 | 0.72 |
| Hex | 7A | F7 | 81 | 33 | 0 | 30 | 3 | 7B | 59 | 48 |
| Octal | 172 | 367 | 201 | 63 | 0 | 60 | 3 | 173 | 131 | 110 |
| Binary | 1111010 | 11110111 | 10000001 | 110011 | 0 | 110000 | 11 | 1111011 | 1011001 | 1001000 |
Color Harmonies of #7AF781
Complementary color
Monochromatic Colors of #7AF781
Black with #7AF781
Text Example
Text Example
White with #7AF781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF781; }
p { color: rgb(122,247,129); }
H1.HeaderClassName
{
color: #7AF781;
}
.AnyTagClassName
{
color: #7AF781;
}
</style>
background-color css
<style>
a { background-color: #7AF781; }
a { background-color: rgb(122,247,129); }
div.DivClassName
{
background-color: #7AF781;
}
.BgClassName
{
background-color: #7AF781;
}
</style>
border-color css
<style>
span { border-color: #7AF781; }
span { border-color: rgb(122,247,129); }
td.TdClassName
{
border-color: #7AF781;
}
.TagClassName
{
border-color: #7AF781;
}
</style>