Shades of Chartreuse #8BFD00
Tints of Chartreuse #8BFD00
RGB
CMYK
RGB Variations
Color information
#8BFD00 (or 0x8BFD00) is known color: Chartreuse. HEX triplet: 8B, FD and 00. RGB value is (139,253,0). Sum of RGB (Red+Green+Blue) = 139+253+0=392 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.46% from 392); Green value is 253 (99.22% from 255 or 64.54% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFD00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BFD00 is #7402FF. Grayscale: #BEBEBE. Windows color (decimal): -7602944 or 64907. OLE color: 64907.
HSL color Cylindrical-coordinate representation of color #8BFD00: hue angle of 87.04º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BFD00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.01 |
| HSL | 87.04º | 1% | 0.5% | - |
| HSV(B) | 87.04º | 1% | 0.99% | - |
| XYZ | 45.77 | 75.74 | 12.21 | - |
| YUV | 190.07 | 20.73 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 0 | 0.45 | 0 | 1 | 0.01 | 87.04 | 1 | 0.5 |
| Hex | 8B | FD | 0 | 2D | 0 | 64 | 1 | 57 | 64 | 32 |
| Octal | 213 | 375 | 0 | 55 | 0 | 144 | 1 | 127 | 144 | 62 |
| Binary | 10001011 | 11111101 | 0 | 101101 | 0 | 1100100 | 1 | 1010111 | 1100100 | 110010 |
Color Harmonies of #8BFD00
Complementary color
Monochromatic Colors of #8BFD00
Black with #8BFD00
Text Example
Text Example
White with #8BFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFD00; }
p { color: rgb(139,253,0); }
H1.HeaderClassName
{
color: #8BFD00;
}
.AnyTagClassName
{
color: #8BFD00;
}
</style>
background-color css
<style>
a { background-color: #8BFD00; }
a { background-color: rgb(139,253,0); }
div.DivClassName
{
background-color: #8BFD00;
}
.BgClassName
{
background-color: #8BFD00;
}
</style>
border-color css
<style>
span { border-color: #8BFD00; }
span { border-color: rgb(139,253,0); }
td.TdClassName
{
border-color: #8BFD00;
}
.TagClassName
{
border-color: #8BFD00;
}
</style>