Shades of Chartreuse #8BF010
Tints of Chartreuse #8BF010
RGB
CMYK
RGB Variations
Color information
#8BF010 (or 0x8BF010) is known color: Chartreuse. HEX triplet: 8B, F0 and 10. RGB value is (139,240,16). Sum of RGB (Red+Green+Blue) = 139+240+16=395 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.19% from 395); Green value is 240 (94.14% from 255 or 60.76% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 240 - color contains mainly: green. Hex color #8BF010 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BF010 is #740FEF. Grayscale: #B9B9B9. Windows color (decimal): -7606256 or 1110155. OLE color: 1110155.
HSL color Cylindrical-coordinate representation of color #8BF010: hue angle of 87.05º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8BF010 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 240 | 16 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.06 |
| HSL | 87.05º | 0.88% | 0.5% | - |
| HSV(B) | 87.05º | 0.93% | 0.94% | - |
| XYZ | 41.9 | 67.85 | 11.38 | - |
| YUV | 184.27 | 33.04 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 240 | 16 | 0.42 | 0 | 0.93 | 0.06 | 87.05 | 0.88 | 0.5 |
| Hex | 8B | F0 | 10 | 2A | 0 | 5D | 6 | 57 | 58 | 32 |
| Octal | 213 | 360 | 20 | 52 | 0 | 135 | 6 | 127 | 130 | 62 |
| Binary | 10001011 | 11110000 | 10000 | 101010 | 0 | 1011101 | 110 | 1010111 | 1011000 | 110010 |
Color Harmonies of #8BF010
Complementary color
Monochromatic Colors of #8BF010
Black with #8BF010
Text Example
Text Example
White with #8BF010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BF010; }
p { color: rgb(139,240,16); }
H1.HeaderClassName
{
color: #8BF010;
}
.AnyTagClassName
{
color: #8BF010;
}
</style>
background-color css
<style>
a { background-color: #8BF010; }
a { background-color: rgb(139,240,16); }
div.DivClassName
{
background-color: #8BF010;
}
.BgClassName
{
background-color: #8BF010;
}
</style>
border-color css
<style>
span { border-color: #8BF010; }
span { border-color: rgb(139,240,16); }
td.TdClassName
{
border-color: #8BF010;
}
.TagClassName
{
border-color: #8BF010;
}
</style>