Shades of Chartreuse #8BFB0A
Tints of Chartreuse #8BFB0A
RGB
CMYK
RGB Variations
Color information
#8BFB0A (or 0x8BFB0A) is known color: Chartreuse. HEX triplet: 8B, FB and 0A. RGB value is (139,251,10). Sum of RGB (Red+Green+Blue) = 139+251+10=400 (52% of max value = 765). Red value is 139 (54.69% from 255 or 34.75% from 400); Green value is 251 (98.44% from 255 or 62.75% from 400); Blue value is 10 (4.30% from 255 or 2.5% from 400); Max value from RGB is 251 - color contains mainly: green. Hex color #8BFB0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BFB0A is #7404F5. Grayscale: #BEBEBE. Windows color (decimal): -7603446 or 719755. OLE color: 719755.
HSL color Cylindrical-coordinate representation of color #8BFB0A: hue angle of 87.88º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BFB0A is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 251 | 10 | - |
| CMYK | 0.45 | 0 | 0.96 | 0.02 |
| HSL | 87.88º | 0.97% | 0.51% | - |
| HSV(B) | 87.88º | 0.96% | 0.98% | - |
| XYZ | 45.2 | 74.51 | 12.29 | - |
| YUV | 190.04 | 26.39 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 251 | 10 | 0.45 | 0 | 0.96 | 0.02 | 87.88 | 0.97 | 0.51 |
| Hex | 8B | FB | A | 2D | 0 | 60 | 2 | 58 | 61 | 33 |
| Octal | 213 | 373 | 12 | 55 | 0 | 140 | 2 | 130 | 141 | 63 |
| Binary | 10001011 | 11111011 | 1010 | 101101 | 0 | 1100000 | 10 | 1011000 | 1100001 | 110011 |
Color Harmonies of #8BFB0A
Complementary color
Monochromatic Colors of #8BFB0A
Black with #8BFB0A
Text Example
Text Example
White with #8BFB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFB0A; }
p { color: rgb(139,251,10); }
H1.HeaderClassName
{
color: #8BFB0A;
}
.AnyTagClassName
{
color: #8BFB0A;
}
</style>
background-color css
<style>
a { background-color: #8BFB0A; }
a { background-color: rgb(139,251,10); }
div.DivClassName
{
background-color: #8BFB0A;
}
.BgClassName
{
background-color: #8BFB0A;
}
</style>
border-color css
<style>
span { border-color: #8BFB0A; }
span { border-color: rgb(139,251,10); }
td.TdClassName
{
border-color: #8BFB0A;
}
.TagClassName
{
border-color: #8BFB0A;
}
</style>