Shades of Pastel Green #7AF581
Tints of Pastel Green #7AF581
RGB
CMYK
RGB Variations
Color information
#7AF581 (or 0x7AF581) is known color: Pastel Green. HEX triplet: 7A, F5 and 81. RGB value is (122,245,129). Sum of RGB (Red+Green+Blue) = 122+245+129=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 129 (50.78% from 255 or 26.01% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #7AF581 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF581 is #850A7E. Grayscale: #C3C3C3. Windows color (decimal): -8718975 or 8516986. OLE color: 8516986.
HSL color Cylindrical-coordinate representation of color #7AF581: hue angle of 123.41º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF581 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 245 | 129 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.04 |
| HSL | 123.41º | 0.86% | 0.72% | - |
| HSV(B) | 123.41º | 0.5% | 0.96% | - |
| XYZ | 44.64 | 71.03 | 32.13 | - |
| YUV | 195 | 90.75 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 245 | 129 | 0.50 | 0 | 0.47 | 0.04 | 123.41 | 0.86 | 0.72 |
| Hex | 7A | F5 | 81 | 32 | 0 | 2F | 4 | 7B | 56 | 48 |
| Octal | 172 | 365 | 201 | 62 | 0 | 57 | 4 | 173 | 126 | 110 |
| Binary | 1111010 | 11110101 | 10000001 | 110010 | 0 | 101111 | 100 | 1111011 | 1010110 | 1001000 |
Color Harmonies of #7AF581
Complementary color
Monochromatic Colors of #7AF581
Black with #7AF581
Text Example
Text Example
White with #7AF581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF581; }
p { color: rgb(122,245,129); }
H1.HeaderClassName
{
color: #7AF581;
}
.AnyTagClassName
{
color: #7AF581;
}
</style>
background-color css
<style>
a { background-color: #7AF581; }
a { background-color: rgb(122,245,129); }
div.DivClassName
{
background-color: #7AF581;
}
.BgClassName
{
background-color: #7AF581;
}
</style>
border-color css
<style>
span { border-color: #7AF581; }
span { border-color: rgb(122,245,129); }
td.TdClassName
{
border-color: #7AF581;
}
.TagClassName
{
border-color: #7AF581;
}
</style>