Shades of Light Green #7AFD8E
Tints of Light Green #7AFD8E
RGB
CMYK
RGB Variations
Color information
#7AFD8E (or 0x7AFD8E) is known color: Light Green. HEX triplet: 7A, FD and 8E. RGB value is (122,253,142). Sum of RGB (Red+Green+Blue) = 122+253+142=517 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.60% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #7AFD8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFD8E is #850271. Grayscale: #C9C9C9. Windows color (decimal): -8716914 or 9371002. OLE color: 9371002.
HSL color Cylindrical-coordinate representation of color #7AFD8E: hue angle of 129.16º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFD8E is Cyan = 0.52, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 253 | 142 | - |
| CMYK | 0.52 | 0 | 0.44 | 0.01 |
| HSL | 129.16º | 0.97% | 0.74% | - |
| HSV(B) | 129.16º | 0.52% | 0.99% | - |
| XYZ | 48.03 | 76.34 | 37.79 | - |
| YUV | 201.18 | 94.6 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 253 | 142 | 0.52 | 0 | 0.44 | 0.01 | 129.16 | 0.97 | 0.74 |
| Hex | 7A | FD | 8E | 34 | 0 | 2C | 1 | 81 | 61 | 4A |
| Octal | 172 | 375 | 216 | 64 | 0 | 54 | 1 | 201 | 141 | 112 |
| Binary | 1111010 | 11111101 | 10001110 | 110100 | 0 | 101100 | 1 | 10000001 | 1100001 | 1001010 |
Color Harmonies of #7AFD8E
Complementary color
Monochromatic Colors of #7AFD8E
Black with #7AFD8E
Text Example
Text Example
White with #7AFD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFD8E; }
p { color: rgb(122,253,142); }
H1.HeaderClassName
{
color: #7AFD8E;
}
.AnyTagClassName
{
color: #7AFD8E;
}
</style>
background-color css
<style>
a { background-color: #7AFD8E; }
a { background-color: rgb(122,253,142); }
div.DivClassName
{
background-color: #7AFD8E;
}
.BgClassName
{
background-color: #7AFD8E;
}
</style>
border-color css
<style>
span { border-color: #7AFD8E; }
span { border-color: rgb(122,253,142); }
td.TdClassName
{
border-color: #7AFD8E;
}
.TagClassName
{
border-color: #7AFD8E;
}
</style>