Shades of Pastel Green #7AF880
Tints of Pastel Green #7AF880
RGB
CMYK
RGB Variations
Color information
#7AF880 (or 0x7AF880) is known color: Pastel Green. HEX triplet: 7A, F8 and 80. RGB value is (122,248,128). Sum of RGB (Red+Green+Blue) = 122+248+128=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF880 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF880 is #85077F. Grayscale: #C5C5C5. Windows color (decimal): -8718208 or 8452218. OLE color: 8452218.
HSL color Cylindrical-coordinate representation of color #7AF880: hue angle of 122.86º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF880 is Cyan = 0.51, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 128 | - |
| CMYK | 0.51 | 0 | 0.48 | 0.03 |
| HSL | 122.86º | 0.9% | 0.73% | - |
| HSV(B) | 122.86º | 0.51% | 0.97% | - |
| XYZ | 45.49 | 72.83 | 32.08 | - |
| YUV | 196.65 | 89.26 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 128 | 0.51 | 0 | 0.48 | 0.03 | 122.86 | 0.9 | 0.73 |
| Hex | 7A | F8 | 80 | 33 | 0 | 30 | 3 | 7B | 5A | 49 |
| Octal | 172 | 370 | 200 | 63 | 0 | 60 | 3 | 173 | 132 | 111 |
| Binary | 1111010 | 11111000 | 10000000 | 110011 | 0 | 110000 | 11 | 1111011 | 1011010 | 1001001 |
Color Harmonies of #7AF880
Complementary color
Monochromatic Colors of #7AF880
Black with #7AF880
Text Example
Text Example
White with #7AF880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF880; }
p { color: rgb(122,248,128); }
H1.HeaderClassName
{
color: #7AF880;
}
.AnyTagClassName
{
color: #7AF880;
}
</style>
background-color css
<style>
a { background-color: #7AF880; }
a { background-color: rgb(122,248,128); }
div.DivClassName
{
background-color: #7AF880;
}
.BgClassName
{
background-color: #7AF880;
}
</style>
border-color css
<style>
span { border-color: #7AF880; }
span { border-color: rgb(122,248,128); }
td.TdClassName
{
border-color: #7AF880;
}
.TagClassName
{
border-color: #7AF880;
}
</style>