Shades of Light Green #8BFF76
Tints of Light Green #8BFF76
RGB
CMYK
RGB Variations
Color information
#8BFF76 (or 0x8BFF76) is known color: Light Green. HEX triplet: 8B, FF and 76. RGB value is (139,255,118). Sum of RGB (Red+Green+Blue) = 139+255+118=512 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.15% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #8BFF76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BFF76 is #740089. Grayscale: #CDCDCD. Windows color (decimal): -7602314 or 7798667. OLE color: 7798667.
HSL color Cylindrical-coordinate representation of color #8BFF76: hue angle of 110.8º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8BFF76 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 255 | 118 | - |
| CMYK | 0.45 | 0 | 0.54 | 0 |
| HSL | 110.8º | 1% | 0.73% | - |
| HSV(B) | 110.8º | 0.54% | 1% | - |
| XYZ | 49.68 | 78.32 | 29.64 | - |
| YUV | 204.7 | 79.07 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 255 | 118 | 0.45 | 0 | 0.54 | 0 | 110.8 | 1 | 0.73 |
| Hex | 8B | FF | 76 | 2D | 0 | 36 | 0 | 6F | 64 | 49 |
| Octal | 213 | 377 | 166 | 55 | 0 | 66 | 0 | 157 | 144 | 111 |
| Binary | 10001011 | 11111111 | 1110110 | 101101 | 0 | 110110 | 0 | 1101111 | 1100100 | 1001001 |
Color Harmonies of #8BFF76
Complementary color
Monochromatic Colors of #8BFF76
Black with #8BFF76
Text Example
Text Example
White with #8BFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFF76; }
p { color: rgb(139,255,118); }
H1.HeaderClassName
{
color: #8BFF76;
}
.AnyTagClassName
{
color: #8BFF76;
}
</style>
background-color css
<style>
a { background-color: #8BFF76; }
a { background-color: rgb(139,255,118); }
div.DivClassName
{
background-color: #8BFF76;
}
.BgClassName
{
background-color: #8BFF76;
}
</style>
border-color css
<style>
span { border-color: #8BFF76; }
span { border-color: rgb(139,255,118); }
td.TdClassName
{
border-color: #8BFF76;
}
.TagClassName
{
border-color: #8BFF76;
}
</style>