Shades of Chartreuse #8BF714
Tints of Chartreuse #8BF714
RGB
CMYK
RGB Variations
Color information
#8BF714 (or 0x8BF714) is known color: Chartreuse. HEX triplet: 8B, F7 and 14. RGB value is (139,247,20). Sum of RGB (Red+Green+Blue) = 139+247+20=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 247 (96.88% from 255 or 60.84% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 247 - color contains mainly: green. Hex color #8BF714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BF714 is #7408EB. Grayscale: #BDBDBD. Windows color (decimal): -7604460 or 1374091. OLE color: 1374091.
HSL color Cylindrical-coordinate representation of color #8BF714: hue angle of 88.55º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BF714 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 139 | 247 | 20 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.03 |
| HSL | 88.55º | 0.93% | 0.52% | - |
| HSV(B) | 88.55º | 0.92% | 0.97% | - |
| XYZ | 44.03 | 72.06 | 12.25 | - |
| YUV | 188.83 | 32.72 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 247 | 20 | 0.44 | 0 | 0.92 | 0.03 | 88.55 | 0.93 | 0.52 |
| Hex | 8B | F7 | 14 | 2C | 0 | 5C | 3 | 59 | 5D | 34 |
| Octal | 213 | 367 | 24 | 54 | 0 | 134 | 3 | 131 | 135 | 64 |
| Binary | 10001011 | 11110111 | 10100 | 101100 | 0 | 1011100 | 11 | 1011001 | 1011101 | 110100 |
Color Harmonies of #8BF714
Complementary color
Monochromatic Colors of #8BF714
Black with #8BF714
Text Example
Text Example
White with #8BF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF714; }
p { color: rgb(139,247,20); }
H1.HeaderClassName
{
color: #8BF714;
}
.AnyTagClassName
{
color: #8BF714;
}
</style>
background-color css
<style>
a { background-color: #8BF714; }
a { background-color: rgb(139,247,20); }
div.DivClassName
{
background-color: #8BF714;
}
.BgClassName
{
background-color: #8BF714;
}
</style>
border-color css
<style>
span { border-color: #8BF714; }
span { border-color: rgb(139,247,20); }
td.TdClassName
{
border-color: #8BF714;
}
.TagClassName
{
border-color: #8BF714;
}
</style>