Shades of Light Green #8BFC82
Tints of Light Green #8BFC82
RGB
CMYK
RGB Variations
Color information
#8BFC82 (or 0x8BFC82) is known color: Light Green. HEX triplet: 8B, FC and 82. RGB value is (139,252,130). Sum of RGB (Red+Green+Blue) = 139+252+130=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFC82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFC82 is #74037D. Grayscale: #CCCCCC. Windows color (decimal): -7603070 or 8584331. OLE color: 8584331.
HSL color Cylindrical-coordinate representation of color #8BFC82: hue angle of 115.57º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8BFC82 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 130 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.01 |
| HSL | 115.57º | 0.95% | 0.75% | - |
| HSV(B) | 115.57º | 0.48% | 0.99% | - |
| XYZ | 49.49 | 76.72 | 33.32 | - |
| YUV | 204.31 | 86.06 | 81.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 130 | 0.45 | 0 | 0.48 | 0.01 | 115.57 | 0.95 | 0.75 |
| Hex | 8B | FC | 82 | 2D | 0 | 30 | 1 | 74 | 5F | 4B |
| Octal | 213 | 374 | 202 | 55 | 0 | 60 | 1 | 164 | 137 | 113 |
| Binary | 10001011 | 11111100 | 10000010 | 101101 | 0 | 110000 | 1 | 1110100 | 1011111 | 1001011 |
Color Harmonies of #8BFC82
Complementary color
Monochromatic Colors of #8BFC82
Black with #8BFC82
Text Example
Text Example
White with #8BFC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFC82; }
p { color: rgb(139,252,130); }
H1.HeaderClassName
{
color: #8BFC82;
}
.AnyTagClassName
{
color: #8BFC82;
}
</style>
background-color css
<style>
a { background-color: #8BFC82; }
a { background-color: rgb(139,252,130); }
div.DivClassName
{
background-color: #8BFC82;
}
.BgClassName
{
background-color: #8BFC82;
}
</style>
border-color css
<style>
span { border-color: #8BFC82; }
span { border-color: rgb(139,252,130); }
td.TdClassName
{
border-color: #8BFC82;
}
.TagClassName
{
border-color: #8BFC82;
}
</style>