Shades of Light Green #8BFF7A
Tints of Light Green #8BFF7A
RGB
CMYK
RGB Variations
Color information
#8BFF7A (or 0x8BFF7A) is known color: Light Green. HEX triplet: 8B, FF and 7A. RGB value is (139,255,122). Sum of RGB (Red+Green+Blue) = 139+255+122=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 122 (48.05% from 255 or 23.64% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BFF7A is #740085. Grayscale: #CDCDCD. Windows color (decimal): -7602310 or 8060811. OLE color: 8060811.
HSL color Cylindrical-coordinate representation of color #8BFF7A: hue angle of 112.33º 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 #8BFF7A is Cyan = 0.45, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 122 | - |
| CMYK | 0.45 | 0 | 0.52 | 0 |
| HSL | 112.33º | 1% | 0.74% | - |
| HSV(B) | 112.33º | 0.52% | 1% | - |
| XYZ | 49.92 | 78.41 | 30.92 | - |
| YUV | 205.15 | 81.07 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 122 | 0.45 | 0 | 0.52 | 0 | 112.33 | 1 | 0.74 |
| Hex | 8B | FF | 7A | 2D | 0 | 34 | 0 | 70 | 64 | 4A |
| Octal | 213 | 377 | 172 | 55 | 0 | 64 | 0 | 160 | 144 | 112 |
| Binary | 10001011 | 11111111 | 1111010 | 101101 | 0 | 110100 | 0 | 1110000 | 1100100 | 1001010 |
Color Harmonies of #8BFF7A
Complementary color
Monochromatic Colors of #8BFF7A
Black with #8BFF7A
Text Example
Text Example
White with #8BFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFF7A; }
p { color: rgb(139,255,122); }
H1.HeaderClassName
{
color: #8BFF7A;
}
.AnyTagClassName
{
color: #8BFF7A;
}
</style>
background-color css
<style>
a { background-color: #8BFF7A; }
a { background-color: rgb(139,255,122); }
div.DivClassName
{
background-color: #8BFF7A;
}
.BgClassName
{
background-color: #8BFF7A;
}
</style>
border-color css
<style>
span { border-color: #8BFF7A; }
span { border-color: rgb(139,255,122); }
td.TdClassName
{
border-color: #8BFF7A;
}
.TagClassName
{
border-color: #8BFF7A;
}
</style>