Shades of Chartreuse #8BFD10
Tints of Chartreuse #8BFD10
RGB
CMYK
RGB Variations
Color information
#8BFD10 (or 0x8BFD10) is known color: Chartreuse. HEX triplet: 8B, FD and 10. RGB value is (139,253,16). Sum of RGB (Red+Green+Blue) = 139+253+16=408 (54% of max value = 765). Red value is 139 (54.69% from 255 or 34.07% from 408); Green value is 253 (99.22% from 255 or 62.01% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 253 - color contains mainly: green. Hex color #8BFD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8BFD10 is #7402EF. Grayscale: #C0C0C0. Windows color (decimal): -7602928 or 1113483. OLE color: 1113483.
HSL color Cylindrical-coordinate representation of color #8BFD10: hue angle of 88.86º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8BFD10 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 253 | 16 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.01 |
| HSL | 88.86º | 0.98% | 0.53% | - |
| HSV(B) | 88.86º | 0.94% | 0.99% | - |
| XYZ | 45.87 | 75.78 | 12.7 | - |
| YUV | 191.9 | 28.73 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 253 | 16 | 0.45 | 0 | 0.94 | 0.01 | 88.86 | 0.98 | 0.53 |
| Hex | 8B | FD | 10 | 2D | 0 | 5E | 1 | 59 | 62 | 35 |
| Octal | 213 | 375 | 20 | 55 | 0 | 136 | 1 | 131 | 142 | 65 |
| Binary | 10001011 | 11111101 | 10000 | 101101 | 0 | 1011110 | 1 | 1011001 | 1100010 | 110101 |
Color Harmonies of #8BFD10
Complementary color
Monochromatic Colors of #8BFD10
Black with #8BFD10
Text Example
Text Example
White with #8BFD10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BFD10; }
p { color: rgb(139,253,16); }
H1.HeaderClassName
{
color: #8BFD10;
}
.AnyTagClassName
{
color: #8BFD10;
}
</style>
background-color css
<style>
a { background-color: #8BFD10; }
a { background-color: rgb(139,253,16); }
div.DivClassName
{
background-color: #8BFD10;
}
.BgClassName
{
background-color: #8BFD10;
}
</style>
border-color css
<style>
span { border-color: #8BFD10; }
span { border-color: rgb(139,253,16); }
td.TdClassName
{
border-color: #8BFD10;
}
.TagClassName
{
border-color: #8BFD10;
}
</style>