Shades of Light Green #7AF88C
Tints of Light Green #7AF88C
RGB
CMYK
RGB Variations
Color information
#7AF88C (or 0x7AF88C) is known color: Light Green. HEX triplet: 7A, F8 and 8C. RGB value is (122,248,140). Sum of RGB (Red+Green+Blue) = 122+248+140=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 248 (97.27% from 255 or 48.63% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF88C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF88C is #850773. Grayscale: #C6C6C6. Windows color (decimal): -8718196 or 9238650. OLE color: 9238650.
HSL color Cylindrical-coordinate representation of color #7AF88C: hue angle of 128.57º 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 #7AF88C is Cyan = 0.51, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 140 | - |
| CMYK | 0.51 | 0 | 0.44 | 0.03 |
| HSL | 128.57º | 0.9% | 0.73% | - |
| HSV(B) | 128.57º | 0.51% | 0.97% | - |
| XYZ | 46.33 | 73.17 | 36.49 | - |
| YUV | 198.01 | 95.26 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 140 | 0.51 | 0 | 0.44 | 0.03 | 128.57 | 0.9 | 0.73 |
| Hex | 7A | F8 | 8C | 33 | 0 | 2C | 3 | 81 | 5A | 49 |
| Octal | 172 | 370 | 214 | 63 | 0 | 54 | 3 | 201 | 132 | 111 |
| Binary | 1111010 | 11111000 | 10001100 | 110011 | 0 | 101100 | 11 | 10000001 | 1011010 | 1001001 |
Color Harmonies of #7AF88C
Complementary color
Monochromatic Colors of #7AF88C
Black with #7AF88C
Text Example
Text Example
White with #7AF88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF88C; }
p { color: rgb(122,248,140); }
H1.HeaderClassName
{
color: #7AF88C;
}
.AnyTagClassName
{
color: #7AF88C;
}
</style>
background-color css
<style>
a { background-color: #7AF88C; }
a { background-color: rgb(122,248,140); }
div.DivClassName
{
background-color: #7AF88C;
}
.BgClassName
{
background-color: #7AF88C;
}
</style>
border-color css
<style>
span { border-color: #7AF88C; }
span { border-color: rgb(122,248,140); }
td.TdClassName
{
border-color: #7AF88C;
}
.TagClassName
{
border-color: #7AF88C;
}
</style>