Shades of Pastel Green #7AF482
Tints of Pastel Green #7AF482
RGB
CMYK
RGB Variations
Color information
#7AF482 (or 0x7AF482) is known color: Pastel Green. HEX triplet: 7A, F4 and 82. RGB value is (122,244,130). Sum of RGB (Red+Green+Blue) = 122+244+130=496 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.60% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #7AF482 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF482 is #850B7D. Grayscale: #C2C2C2. Windows color (decimal): -8719230 or 8582266. OLE color: 8582266.
HSL color Cylindrical-coordinate representation of color #7AF482: hue angle of 123.93º degrees, saturation: 0.85, 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 #7AF482 is Cyan = 0.5, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 122 | 244 | 130 | - |
| CMYK | 0.5 | 0 | 0.47 | 0.04 |
| HSL | 123.93º | 0.85% | 0.72% | - |
| HSV(B) | 123.93º | 0.5% | 0.96% | - |
| XYZ | 44.41 | 70.45 | 32.38 | - |
| YUV | 194.53 | 91.58 | 76.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 244 | 130 | 0.5 | 0 | 0.47 | 0.04 | 123.93 | 0.85 | 0.72 |
| Hex | 7A | F4 | 82 | 32 | 0 | 2F | 4 | 7C | 55 | 48 |
| Octal | 172 | 364 | 202 | 62 | 0 | 57 | 4 | 174 | 125 | 110 |
| Binary | 1111010 | 11110100 | 10000010 | 110010 | 0 | 101111 | 100 | 1111100 | 1010101 | 1001000 |
Color Harmonies of #7AF482
Complementary color
Monochromatic Colors of #7AF482
Black with #7AF482
Text Example
Text Example
White with #7AF482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF482; }
p { color: rgb(122,244,130); }
H1.HeaderClassName
{
color: #7AF482;
}
.AnyTagClassName
{
color: #7AF482;
}
</style>
background-color css
<style>
a { background-color: #7AF482; }
a { background-color: rgb(122,244,130); }
div.DivClassName
{
background-color: #7AF482;
}
.BgClassName
{
background-color: #7AF482;
}
</style>
border-color css
<style>
span { border-color: #7AF482; }
span { border-color: rgb(122,244,130); }
td.TdClassName
{
border-color: #7AF482;
}
.TagClassName
{
border-color: #7AF482;
}
</style>