Shades of Chartreuse #8BFB00
Tints of Chartreuse #8BFB00
RGB
CMYK
RGB Variations
Color information
#8BFB00 (or 0x8BFB00) is known color: Chartreuse. HEX triplet: 8B, FB and 00. RGB value is (139,251,0). Sum of RGB (Red+Green+Blue) = 139+251+0=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 251 (98.44% from 255 or 64.36% from 390); Blue value is 0 (0.39% from 255 or 0% from 390); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFB00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BFB00 is #7404FF. Grayscale: #BDBDBD. Windows color (decimal): -7603456 or 64395. OLE color: 64395.
HSL color Cylindrical-coordinate representation of color #8BFB00: hue angle of 86.77º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BFB00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 251 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.02 |
| HSL | 86.77º | 1% | 0.49% | - |
| HSV(B) | 86.77º | 1% | 0.98% | - |
| XYZ | 45.14 | 74.48 | 12 | - |
| YUV | 188.9 | 21.39 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 251 | 0 | 0.45 | 0 | 1 | 0.02 | 86.77 | 1 | 0.49 |
| Hex | 8B | FB | 0 | 2D | 0 | 64 | 2 | 57 | 64 | 31 |
| Octal | 213 | 373 | 0 | 55 | 0 | 144 | 2 | 127 | 144 | 61 |
| Binary | 10001011 | 11111011 | 0 | 101101 | 0 | 1100100 | 10 | 1010111 | 1100100 | 110001 |
Color Harmonies of #8BFB00
Complementary color
Monochromatic Colors of #8BFB00
Black with #8BFB00
Text Example
Text Example
White with #8BFB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFB00; }
p { color: rgb(139,251,0); }
H1.HeaderClassName
{
color: #8BFB00;
}
.AnyTagClassName
{
color: #8BFB00;
}
</style>
background-color css
<style>
a { background-color: #8BFB00; }
a { background-color: rgb(139,251,0); }
div.DivClassName
{
background-color: #8BFB00;
}
.BgClassName
{
background-color: #8BFB00;
}
</style>
border-color css
<style>
span { border-color: #8BFB00; }
span { border-color: rgb(139,251,0); }
td.TdClassName
{
border-color: #8BFB00;
}
.TagClassName
{
border-color: #8BFB00;
}
</style>