Shades of Light Green #8BFC7D
Tints of Light Green #8BFC7D
RGB
CMYK
RGB Variations
Color information
#8BFC7D (or 0x8BFC7D) is known color: Light Green. HEX triplet: 8B, FC and 7D. RGB value is (139,252,125). Sum of RGB (Red+Green+Blue) = 139+252+125=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 252 (98.83% from 255 or 48.84% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BFC7D is #740382. Grayscale: #CCCCCC. Windows color (decimal): -7603075 or 8256651. OLE color: 8256651.
HSL color Cylindrical-coordinate representation of color #8BFC7D: hue angle of 113.39º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8BFC7D is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 125 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.01 |
| HSL | 113.39º | 0.95% | 0.74% | - |
| HSV(B) | 113.39º | 0.5% | 0.99% | - |
| XYZ | 49.16 | 76.59 | 31.59 | - |
| YUV | 203.74 | 83.56 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 125 | 0.45 | 0 | 0.50 | 0.01 | 113.39 | 0.95 | 0.74 |
| Hex | 8B | FC | 7D | 2D | 0 | 32 | 1 | 71 | 5F | 4A |
| Octal | 213 | 374 | 175 | 55 | 0 | 62 | 1 | 161 | 137 | 112 |
| Binary | 10001011 | 11111100 | 1111101 | 101101 | 0 | 110010 | 1 | 1110001 | 1011111 | 1001010 |
Color Harmonies of #8BFC7D
Complementary color
Monochromatic Colors of #8BFC7D
Black with #8BFC7D
Text Example
Text Example
White with #8BFC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFC7D; }
p { color: rgb(139,252,125); }
H1.HeaderClassName
{
color: #8BFC7D;
}
.AnyTagClassName
{
color: #8BFC7D;
}
</style>
background-color css
<style>
a { background-color: #8BFC7D; }
a { background-color: rgb(139,252,125); }
div.DivClassName
{
background-color: #8BFC7D;
}
.BgClassName
{
background-color: #8BFC7D;
}
</style>
border-color css
<style>
span { border-color: #8BFC7D; }
span { border-color: rgb(139,252,125); }
td.TdClassName
{
border-color: #8BFC7D;
}
.TagClassName
{
border-color: #8BFC7D;
}
</style>