Shades of Light Green #7AFF8B
Tints of Light Green #7AFF8B
RGB
CMYK
RGB Variations
Color information
#7AFF8B (or 0x7AFF8B) is known color: Light Green. HEX triplet: 7A, FF and 8B. RGB value is (122,255,139). Sum of RGB (Red+Green+Blue) = 122+255+139=516 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.64% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #7AFF8B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AFF8B is #850074. Grayscale: #CACACA. Windows color (decimal): -8716405 or 9174906. OLE color: 9174906.
HSL color Cylindrical-coordinate representation of color #7AFF8B: hue angle of 127.67º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7AFF8B is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 122 | 255 | 139 | - |
| CMYK | 0.52 | 0 | 0.45 | 0 |
| HSL | 127.67º | 1% | 0.74% | - |
| HSV(B) | 127.67º | 0.52% | 1% | - |
| XYZ | 48.45 | 77.52 | 36.84 | - |
| YUV | 202.01 | 92.44 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 255 | 139 | 0.52 | 0 | 0.45 | 0 | 127.67 | 1 | 0.74 |
| Hex | 7A | FF | 8B | 34 | 0 | 2D | 0 | 80 | 64 | 4A |
| Octal | 172 | 377 | 213 | 64 | 0 | 55 | 0 | 200 | 144 | 112 |
| Binary | 1111010 | 11111111 | 10001011 | 110100 | 0 | 101101 | 0 | 10000000 | 1100100 | 1001010 |
Color Harmonies of #7AFF8B
Complementary color
Monochromatic Colors of #7AFF8B
Black with #7AFF8B
Text Example
Text Example
White with #7AFF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AFF8B; }
p { color: rgb(122,255,139); }
H1.HeaderClassName
{
color: #7AFF8B;
}
.AnyTagClassName
{
color: #7AFF8B;
}
</style>
background-color css
<style>
a { background-color: #7AFF8B; }
a { background-color: rgb(122,255,139); }
div.DivClassName
{
background-color: #7AFF8B;
}
.BgClassName
{
background-color: #7AFF8B;
}
</style>
border-color css
<style>
span { border-color: #7AFF8B; }
span { border-color: rgb(122,255,139); }
td.TdClassName
{
border-color: #7AFF8B;
}
.TagClassName
{
border-color: #7AFF8B;
}
</style>