Shades of Light Green #8BFA85
Tints of Light Green #8BFA85
RGB
CMYK
RGB Variations
Color information
#8BFA85 (or 0x8BFA85) is known color: Light Green. HEX triplet: 8B, FA and 85. RGB value is (139,250,133). Sum of RGB (Red+Green+Blue) = 139+250+133=522 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.63% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #8BFA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFA85 is #74057A. Grayscale: #CBCBCB. Windows color (decimal): -7603579 or 8780427. OLE color: 8780427.
HSL color Cylindrical-coordinate representation of color #8BFA85: hue angle of 116.92º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8BFA85 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 250 | 133 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.02 |
| HSL | 116.92º | 0.92% | 0.75% | - |
| HSV(B) | 116.92º | 0.47% | 0.98% | - |
| XYZ | 49.07 | 75.55 | 34.19 | - |
| YUV | 203.47 | 88.23 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 250 | 133 | 0.44 | 0 | 0.47 | 0.02 | 116.92 | 0.92 | 0.75 |
| Hex | 8B | FA | 85 | 2C | 0 | 2F | 2 | 75 | 5C | 4B |
| Octal | 213 | 372 | 205 | 54 | 0 | 57 | 2 | 165 | 134 | 113 |
| Binary | 10001011 | 11111010 | 10000101 | 101100 | 0 | 101111 | 10 | 1110101 | 1011100 | 1001011 |
Color Harmonies of #8BFA85
Complementary color
Monochromatic Colors of #8BFA85
Black with #8BFA85
Text Example
Text Example
White with #8BFA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFA85; }
p { color: rgb(139,250,133); }
H1.HeaderClassName
{
color: #8BFA85;
}
.AnyTagClassName
{
color: #8BFA85;
}
</style>
background-color css
<style>
a { background-color: #8BFA85; }
a { background-color: rgb(139,250,133); }
div.DivClassName
{
background-color: #8BFA85;
}
.BgClassName
{
background-color: #8BFA85;
}
</style>
border-color css
<style>
span { border-color: #8BFA85; }
span { border-color: rgb(139,250,133); }
td.TdClassName
{
border-color: #8BFA85;
}
.TagClassName
{
border-color: #8BFA85;
}
</style>