Shades of Light Green #8BF08E
Tints of Light Green #8BF08E
RGB
CMYK
RGB Variations
Color information
#8BF08E (or 0x8BF08E) is known color: Light Green. HEX triplet: 8B, F0 and 8E. RGB value is (139,240,142). Sum of RGB (Red+Green+Blue) = 139+240+142=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF08E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BF08E is #740F71. Grayscale: #C6C6C6. Windows color (decimal): -7606130 or 9367691. OLE color: 9367691.
HSL color Cylindrical-coordinate representation of color #8BF08E: hue angle of 121.78º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BF08E is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 142 | - |
| CMYK | 0.42 | 0 | 0.41 | 0.06 |
| HSL | 121.78º | 0.77% | 0.74% | - |
| HSV(B) | 121.78º | 0.42% | 0.94% | - |
| XYZ | 46.69 | 69.76 | 36.6 | - |
| YUV | 198.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 142 | 0.42 | 0 | 0.41 | 0.06 | 121.78 | 0.77 | 0.74 |
| Hex | 8B | F0 | 8E | 2A | 0 | 29 | 6 | 7A | 4D | 4A |
| Octal | 213 | 360 | 216 | 52 | 0 | 51 | 6 | 172 | 115 | 112 |
| Binary | 10001011 | 11110000 | 10001110 | 101010 | 0 | 101001 | 110 | 1111010 | 1001101 | 1001010 |
Color Harmonies of #8BF08E
Complementary color
Monochromatic Colors of #8BF08E
Black with #8BF08E
Text Example
Text Example
White with #8BF08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF08E; }
p { color: rgb(139,240,142); }
H1.HeaderClassName
{
color: #8BF08E;
}
.AnyTagClassName
{
color: #8BF08E;
}
</style>
background-color css
<style>
a { background-color: #8BF08E; }
a { background-color: rgb(139,240,142); }
div.DivClassName
{
background-color: #8BF08E;
}
.BgClassName
{
background-color: #8BF08E;
}
</style>
border-color css
<style>
span { border-color: #8BF08E; }
span { border-color: rgb(139,240,142); }
td.TdClassName
{
border-color: #8BF08E;
}
.TagClassName
{
border-color: #8BF08E;
}
</style>