Shades of Light Green #8BFD80
Tints of Light Green #8BFD80
RGB
CMYK
RGB Variations
Color information
#8BFD80 (or 0x8BFD80) is known color: Light Green. HEX triplet: 8B, FD and 80. RGB value is (139,253,128). Sum of RGB (Red+Green+Blue) = 139+253+128=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 128 (50.39% from 255 or 24.62% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFD80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFD80 is #74027F. Grayscale: #CDCDCD. Windows color (decimal): -7602816 or 8453515. OLE color: 8453515.
HSL color Cylindrical-coordinate representation of color #8BFD80: hue angle of 114.72º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8BFD80 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 128 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.01 |
| HSL | 114.72º | 0.97% | 0.75% | - |
| HSV(B) | 114.72º | 0.49% | 0.99% | - |
| XYZ | 49.67 | 77.3 | 32.72 | - |
| YUV | 204.66 | 84.73 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 128 | 0.45 | 0 | 0.49 | 0.01 | 114.72 | 0.97 | 0.75 |
| Hex | 8B | FD | 80 | 2D | 0 | 31 | 1 | 73 | 61 | 4B |
| Octal | 213 | 375 | 200 | 55 | 0 | 61 | 1 | 163 | 141 | 113 |
| Binary | 10001011 | 11111101 | 10000000 | 101101 | 0 | 110001 | 1 | 1110011 | 1100001 | 1001011 |
Color Harmonies of #8BFD80
Complementary color
Monochromatic Colors of #8BFD80
Black with #8BFD80
Text Example
Text Example
White with #8BFD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFD80; }
p { color: rgb(139,253,128); }
H1.HeaderClassName
{
color: #8BFD80;
}
.AnyTagClassName
{
color: #8BFD80;
}
</style>
background-color css
<style>
a { background-color: #8BFD80; }
a { background-color: rgb(139,253,128); }
div.DivClassName
{
background-color: #8BFD80;
}
.BgClassName
{
background-color: #8BFD80;
}
</style>
border-color css
<style>
span { border-color: #8BFD80; }
span { border-color: rgb(139,253,128); }
td.TdClassName
{
border-color: #8BFD80;
}
.TagClassName
{
border-color: #8BFD80;
}
</style>