Shades of Chartreuse #8BFC00
Tints of Chartreuse #8BFC00
RGB
CMYK
RGB Variations
Color information
#8BFC00 (or 0x8BFC00) is known color: Chartreuse. HEX triplet: 8B, FC and 00. RGB value is (139,252,0). Sum of RGB (Red+Green+Blue) = 139+252+0=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 252 (98.83% from 255 or 64.45% from 391); Blue value is 0 (0.39% from 255 or 0% from 391); Max value from RGB is 252 - color contains mainly: green. Hex color #8BFC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BFC00 is #7403FF. Grayscale: #BEBEBE. Windows color (decimal): -7603200 or 64651. OLE color: 64651.
HSL color Cylindrical-coordinate representation of color #8BFC00: hue angle of 86.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BFC00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 252 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.01 |
| HSL | 86.9º | 1% | 0.49% | - |
| HSV(B) | 86.9º | 1% | 0.99% | - |
| XYZ | 45.46 | 75.11 | 12.1 | - |
| YUV | 189.49 | 21.06 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 252 | 0 | 0.45 | 0 | 1 | 0.01 | 86.9 | 1 | 0.49 |
| Hex | 8B | FC | 0 | 2D | 0 | 64 | 1 | 57 | 64 | 31 |
| Octal | 213 | 374 | 0 | 55 | 0 | 144 | 1 | 127 | 144 | 61 |
| Binary | 10001011 | 11111100 | 0 | 101101 | 0 | 1100100 | 1 | 1010111 | 1100100 | 110001 |
Color Harmonies of #8BFC00
Complementary color
Monochromatic Colors of #8BFC00
Black with #8BFC00
Text Example
Text Example
White with #8BFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFC00; }
p { color: rgb(139,252,0); }
H1.HeaderClassName
{
color: #8BFC00;
}
.AnyTagClassName
{
color: #8BFC00;
}
</style>
background-color css
<style>
a { background-color: #8BFC00; }
a { background-color: rgb(139,252,0); }
div.DivClassName
{
background-color: #8BFC00;
}
.BgClassName
{
background-color: #8BFC00;
}
</style>
border-color css
<style>
span { border-color: #8BFC00; }
span { border-color: rgb(139,252,0); }
td.TdClassName
{
border-color: #8BFC00;
}
.TagClassName
{
border-color: #8BFC00;
}
</style>