Shades of Light Green #7AF28D
Tints of Light Green #7AF28D
RGB
CMYK
RGB Variations
Color information
#7AF28D (or 0x7AF28D) is known color: Light Green. HEX triplet: 7A, F2 and 8D. RGB value is (122,242,141). Sum of RGB (Red+Green+Blue) = 122+242+141=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #7AF28D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF28D is #850D72. Grayscale: #C2C2C2. Windows color (decimal): -8719731 or 9302650. OLE color: 9302650.
HSL color Cylindrical-coordinate representation of color #7AF28D: hue angle of 129.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7AF28D is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 122 | 242 | 141 | - |
| CMYK | 0.50 | 0 | 0.42 | 0.05 |
| HSL | 129.5º | 0.82% | 0.71% | - |
| HSV(B) | 129.5º | 0.5% | 0.95% | - |
| XYZ | 44.59 | 69.56 | 36.28 | - |
| YUV | 194.61 | 97.74 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 242 | 141 | 0.50 | 0 | 0.42 | 0.05 | 129.5 | 0.82 | 0.71 |
| Hex | 7A | F2 | 8D | 32 | 0 | 2A | 5 | 82 | 52 | 47 |
| Octal | 172 | 362 | 215 | 62 | 0 | 52 | 5 | 202 | 122 | 107 |
| Binary | 1111010 | 11110010 | 10001101 | 110010 | 0 | 101010 | 101 | 10000010 | 1010010 | 1000111 |
Color Harmonies of #7AF28D
Complementary color
Monochromatic Colors of #7AF28D
Black with #7AF28D
Text Example
Text Example
White with #7AF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF28D; }
p { color: rgb(122,242,141); }
H1.HeaderClassName
{
color: #7AF28D;
}
.AnyTagClassName
{
color: #7AF28D;
}
</style>
background-color css
<style>
a { background-color: #7AF28D; }
a { background-color: rgb(122,242,141); }
div.DivClassName
{
background-color: #7AF28D;
}
.BgClassName
{
background-color: #7AF28D;
}
</style>
border-color css
<style>
span { border-color: #7AF28D; }
span { border-color: rgb(122,242,141); }
td.TdClassName
{
border-color: #7AF28D;
}
.TagClassName
{
border-color: #7AF28D;
}
</style>