Shades of Light Green #7BFA86
Tints of Light Green #7BFA86
RGB
CMYK
RGB Variations
Color information
#7BFA86 (or 0x7BFA86) is known color: Light Green. HEX triplet: 7B, FA and 86. RGB value is (123,250,134). Sum of RGB (Red+Green+Blue) = 123+250+134=507 (67% of max value = 765). Red value is 123 (48.44% from 255 or 24.26% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #7BFA86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BFA86 is #840579. Grayscale: #C7C7C7. Windows color (decimal): -8652154 or 8845947. OLE color: 8845947.
HSL color Cylindrical-coordinate representation of color #7BFA86: hue angle of 125.2º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7BFA86 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 123 | 250 | 134 | - |
| CMYK | 0.51 | 0 | 0.46 | 0.02 |
| HSL | 125.2º | 0.93% | 0.73% | - |
| HSV(B) | 125.2º | 0.51% | 0.98% | - |
| XYZ | 46.66 | 74.3 | 34.44 | - |
| YUV | 198.8 | 91.42 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 250 | 134 | 0.51 | 0 | 0.46 | 0.02 | 125.2 | 0.93 | 0.73 |
| Hex | 7B | FA | 86 | 33 | 0 | 2E | 2 | 7D | 5D | 49 |
| Octal | 173 | 372 | 206 | 63 | 0 | 56 | 2 | 175 | 135 | 111 |
| Binary | 1111011 | 11111010 | 10000110 | 110011 | 0 | 101110 | 10 | 1111101 | 1011101 | 1001001 |
Color Harmonies of #7BFA86
Complementary color
Monochromatic Colors of #7BFA86
Black with #7BFA86
Text Example
Text Example
White with #7BFA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BFA86; }
p { color: rgb(123,250,134); }
H1.HeaderClassName
{
color: #7BFA86;
}
.AnyTagClassName
{
color: #7BFA86;
}
</style>
background-color css
<style>
a { background-color: #7BFA86; }
a { background-color: rgb(123,250,134); }
div.DivClassName
{
background-color: #7BFA86;
}
.BgClassName
{
background-color: #7BFA86;
}
</style>
border-color css
<style>
span { border-color: #7BFA86; }
span { border-color: rgb(123,250,134); }
td.TdClassName
{
border-color: #7BFA86;
}
.TagClassName
{
border-color: #7BFA86;
}
</style>