Shades of Chartreuse #8BFE0D
Tints of Chartreuse #8BFE0D
RGB
CMYK
RGB Variations
Color information
#8BFE0D (or 0x8BFE0D) is known color: Chartreuse. HEX triplet: 8B, FE and 0D. RGB value is (139,254,13). Sum of RGB (Red+Green+Blue) = 139+254+13=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 254 (99.61% from 255 or 62.56% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 254 - color contains mainly: green. Hex color #8BFE0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BFE0D is #7401F2. Grayscale: #C0C0C0. Windows color (decimal): -7602675 or 917131. OLE color: 917131.
HSL color Cylindrical-coordinate representation of color #8BFE0D: hue angle of 88.63º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8BFE0D is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 254 | 13 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.00 |
| HSL | 88.63º | 0.99% | 0.52% | - |
| HSV(B) | 88.63º | 0.95% | 1% | - |
| XYZ | 46.16 | 76.4 | 12.69 | - |
| YUV | 192.14 | 26.9 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 254 | 13 | 0.45 | 0 | 0.95 | 0.00 | 88.63 | 0.99 | 0.52 |
| Hex | 8B | FE | D | 2D | 0 | 5F | 0 | 59 | 63 | 34 |
| Octal | 213 | 376 | 15 | 55 | 0 | 137 | 0 | 131 | 143 | 64 |
| Binary | 10001011 | 11111110 | 1101 | 101101 | 0 | 1011111 | 0 | 1011001 | 1100011 | 110100 |
Color Harmonies of #8BFE0D
Complementary color
Monochromatic Colors of #8BFE0D
Black with #8BFE0D
Text Example
Text Example
White with #8BFE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFE0D; }
p { color: rgb(139,254,13); }
H1.HeaderClassName
{
color: #8BFE0D;
}
.AnyTagClassName
{
color: #8BFE0D;
}
</style>
background-color css
<style>
a { background-color: #8BFE0D; }
a { background-color: rgb(139,254,13); }
div.DivClassName
{
background-color: #8BFE0D;
}
.BgClassName
{
background-color: #8BFE0D;
}
</style>
border-color css
<style>
span { border-color: #8BFE0D; }
span { border-color: rgb(139,254,13); }
td.TdClassName
{
border-color: #8BFE0D;
}
.TagClassName
{
border-color: #8BFE0D;
}
</style>