Shades of Chartreuse #8BFC0F
Tints of Chartreuse #8BFC0F
RGB
CMYK
RGB Variations
Color information
#8BFC0F (or 0x8BFC0F) is known color: Chartreuse. HEX triplet: 8B, FC and 0F. RGB value is (139,252,15). Sum of RGB (Red+Green+Blue) = 139+252+15=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 252 (98.83% from 255 or 62.07% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BFC0F is #7403F0. Grayscale: #C0C0C0. Windows color (decimal): -7603185 or 1047691. OLE color: 1047691.
HSL color Cylindrical-coordinate representation of color #8BFC0F: hue angle of 88.61º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BFC0F is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 15 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.01 |
| HSL | 88.61º | 0.98% | 0.52% | - |
| HSV(B) | 88.61º | 0.94% | 0.99% | - |
| XYZ | 45.54 | 75.14 | 12.56 | - |
| YUV | 191.2 | 28.56 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 15 | 0.45 | 0 | 0.94 | 0.01 | 88.61 | 0.98 | 0.52 |
| Hex | 8B | FC | F | 2D | 0 | 5E | 1 | 59 | 62 | 34 |
| Octal | 213 | 374 | 17 | 55 | 0 | 136 | 1 | 131 | 142 | 64 |
| Binary | 10001011 | 11111100 | 1111 | 101101 | 0 | 1011110 | 1 | 1011001 | 1100010 | 110100 |
Color Harmonies of #8BFC0F
Complementary color
Monochromatic Colors of #8BFC0F
Black with #8BFC0F
Text Example
Text Example
White with #8BFC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFC0F; }
p { color: rgb(139,252,15); }
H1.HeaderClassName
{
color: #8BFC0F;
}
.AnyTagClassName
{
color: #8BFC0F;
}
</style>
background-color css
<style>
a { background-color: #8BFC0F; }
a { background-color: rgb(139,252,15); }
div.DivClassName
{
background-color: #8BFC0F;
}
.BgClassName
{
background-color: #8BFC0F;
}
</style>
border-color css
<style>
span { border-color: #8BFC0F; }
span { border-color: rgb(139,252,15); }
td.TdClassName
{
border-color: #8BFC0F;
}
.TagClassName
{
border-color: #8BFC0F;
}
</style>