Shades of Chartreuse #8BFD04
Tints of Chartreuse #8BFD04
RGB
CMYK
RGB Variations
Color information
#8BFD04 (or 0x8BFD04) is known color: Chartreuse. HEX triplet: 8B, FD and 04. RGB value is (139,253,4). Sum of RGB (Red+Green+Blue) = 139+253+4=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 253 (99.22% from 255 or 63.89% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFD04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BFD04 is #7402FB. Grayscale: #BFBFBF. Windows color (decimal): -7602940 or 327051. OLE color: 327051.
HSL color Cylindrical-coordinate representation of color #8BFD04: hue angle of 87.47º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8BFD04 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.01 |
| HSL | 87.47º | 0.98% | 0.5% | - |
| HSV(B) | 87.47º | 0.98% | 0.99% | - |
| XYZ | 45.79 | 75.75 | 12.32 | - |
| YUV | 190.53 | 22.73 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 4 | 0.45 | 0 | 0.98 | 0.01 | 87.47 | 0.98 | 0.5 |
| Hex | 8B | FD | 4 | 2D | 0 | 62 | 1 | 57 | 62 | 32 |
| Octal | 213 | 375 | 4 | 55 | 0 | 142 | 1 | 127 | 142 | 62 |
| Binary | 10001011 | 11111101 | 100 | 101101 | 0 | 1100010 | 1 | 1010111 | 1100010 | 110010 |
Color Harmonies of #8BFD04
Complementary color
Monochromatic Colors of #8BFD04
Black with #8BFD04
Text Example
Text Example
White with #8BFD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFD04; }
p { color: rgb(139,253,4); }
H1.HeaderClassName
{
color: #8BFD04;
}
.AnyTagClassName
{
color: #8BFD04;
}
</style>
background-color css
<style>
a { background-color: #8BFD04; }
a { background-color: rgb(139,253,4); }
div.DivClassName
{
background-color: #8BFD04;
}
.BgClassName
{
background-color: #8BFD04;
}
</style>
border-color css
<style>
span { border-color: #8BFD04; }
span { border-color: rgb(139,253,4); }
td.TdClassName
{
border-color: #8BFD04;
}
.TagClassName
{
border-color: #8BFD04;
}
</style>