Shades of Light Green #7AF888
Tints of Light Green #7AF888
RGB
CMYK
RGB Variations
Color information
#7AF888 (or 0x7AF888) is known color: Light Green. HEX triplet: 7A, F8 and 88. RGB value is (122,248,136). Sum of RGB (Red+Green+Blue) = 122+248+136=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF888 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF888 is #850777. Grayscale: #C5C5C5. Windows color (decimal): -8718200 or 8976506. OLE color: 8976506.
HSL color Cylindrical-coordinate representation of color #7AF888: hue angle of 126.67º 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 #7AF888 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 136 | - |
| CMYK | 0.51 | 0 | 0.45 | 0.03 |
| HSL | 126.67º | 0.9% | 0.73% | - |
| HSV(B) | 126.67º | 0.51% | 0.97% | - |
| XYZ | 46.04 | 73.05 | 34.97 | - |
| YUV | 197.56 | 93.26 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 136 | 0.51 | 0 | 0.45 | 0.03 | 126.67 | 0.9 | 0.73 |
| Hex | 7A | F8 | 88 | 33 | 0 | 2D | 3 | 7F | 5A | 49 |
| Octal | 172 | 370 | 210 | 63 | 0 | 55 | 3 | 177 | 132 | 111 |
| Binary | 1111010 | 11111000 | 10001000 | 110011 | 0 | 101101 | 11 | 1111111 | 1011010 | 1001001 |
Color Harmonies of #7AF888
Complementary color
Monochromatic Colors of #7AF888
Black with #7AF888
Text Example
Text Example
White with #7AF888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF888; }
p { color: rgb(122,248,136); }
H1.HeaderClassName
{
color: #7AF888;
}
.AnyTagClassName
{
color: #7AF888;
}
</style>
background-color css
<style>
a { background-color: #7AF888; }
a { background-color: rgb(122,248,136); }
div.DivClassName
{
background-color: #7AF888;
}
.BgClassName
{
background-color: #7AF888;
}
</style>
border-color css
<style>
span { border-color: #7AF888; }
span { border-color: rgb(122,248,136); }
td.TdClassName
{
border-color: #7AF888;
}
.TagClassName
{
border-color: #7AF888;
}
</style>