Shades of Light Green #8BFC8B
Tints of Light Green #8BFC8B
RGB
CMYK
RGB Variations
Color information
#8BFC8B (or 0x8BFC8B) is known color: Light Green. HEX triplet: 8B, FC and 8B. RGB value is (139,252,139). Sum of RGB (Red+Green+Blue) = 139+252+139=530 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.23% from 530); Green value is 252 (98.83% from 255 or 47.55% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFC8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8BFC8B is #740374. Grayscale: #CDCDCD. Windows color (decimal): -7603061 or 9174155. OLE color: 9174155.
HSL color Cylindrical-coordinate representation of color #8BFC8B: hue angle of 120º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BFC8B is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 139 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.01 |
| HSL | 120º | 0.95% | 0.77% | - |
| HSV(B) | 120º | 0.45% | 0.99% | - |
| XYZ | 50.12 | 76.97 | 36.64 | - |
| YUV | 205.33 | 90.56 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 139 | 0.45 | 0 | 0.45 | 0.01 | 120 | 0.95 | 0.77 |
| Hex | 8B | FC | 8B | 2D | 0 | 2D | 1 | 78 | 5F | 4D |
| Octal | 213 | 374 | 213 | 55 | 0 | 55 | 1 | 170 | 137 | 115 |
| Binary | 10001011 | 11111100 | 10001011 | 101101 | 0 | 101101 | 1 | 1111000 | 1011111 | 1001101 |
Color Harmonies of #8BFC8B
Complementary color
Monochromatic Colors of #8BFC8B
Black with #8BFC8B
Text Example
Text Example
White with #8BFC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFC8B; }
p { color: rgb(139,252,139); }
H1.HeaderClassName
{
color: #8BFC8B;
}
.AnyTagClassName
{
color: #8BFC8B;
}
</style>
background-color css
<style>
a { background-color: #8BFC8B; }
a { background-color: rgb(139,252,139); }
div.DivClassName
{
background-color: #8BFC8B;
}
.BgClassName
{
background-color: #8BFC8B;
}
</style>
border-color css
<style>
span { border-color: #8BFC8B; }
span { border-color: rgb(139,252,139); }
td.TdClassName
{
border-color: #8BFC8B;
}
.TagClassName
{
border-color: #8BFC8B;
}
</style>