Shades of Chartreuse #8BF300
Tints of Chartreuse #8BF300
RGB
CMYK
RGB Variations
Color information
#8BF300 (or 0x8BF300) is known color: Chartreuse. HEX triplet: 8B, F3 and 00. RGB value is (139,243,0). Sum of RGB (Red+Green+Blue) = 139+243+0=382 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.39% from 382); Green value is 243 (95.31% from 255 or 63.61% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 243 - color contains mainly: green. Hex color #8BF300 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BF300 is #740CFF. Grayscale: #B9B9B9. Windows color (decimal): -7605504 or 62347. OLE color: 62347.
HSL color Cylindrical-coordinate representation of color #8BF300: hue angle of 85.68º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BF300 is Cyan = 0.43, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 243 | 0 | - |
| CMYK | 0.43 | 0 | 1 | 0.05 |
| HSL | 85.68º | 1% | 0.48% | - |
| HSV(B) | 85.68º | 1% | 0.95% | - |
| XYZ | 42.7 | 69.59 | 11.18 | - |
| YUV | 184.2 | 24.04 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 243 | 0 | 0.43 | 0 | 1 | 0.05 | 85.68 | 1 | 0.48 |
| Hex | 8B | F3 | 0 | 2B | 0 | 64 | 5 | 56 | 64 | 30 |
| Octal | 213 | 363 | 0 | 53 | 0 | 144 | 5 | 126 | 144 | 60 |
| Binary | 10001011 | 11110011 | 0 | 101011 | 0 | 1100100 | 101 | 1010110 | 1100100 | 110000 |
Color Harmonies of #8BF300
Complementary color
Monochromatic Colors of #8BF300
Black with #8BF300
Text Example
Text Example
White with #8BF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF300; }
p { color: rgb(139,243,0); }
H1.HeaderClassName
{
color: #8BF300;
}
.AnyTagClassName
{
color: #8BF300;
}
</style>
background-color css
<style>
a { background-color: #8BF300; }
a { background-color: rgb(139,243,0); }
div.DivClassName
{
background-color: #8BF300;
}
.BgClassName
{
background-color: #8BF300;
}
</style>
border-color css
<style>
span { border-color: #8BF300; }
span { border-color: rgb(139,243,0); }
td.TdClassName
{
border-color: #8BF300;
}
.TagClassName
{
border-color: #8BF300;
}
</style>