Shades of Chartreuse #8DFB10
Tints of Chartreuse #8DFB10
RGB
CMYK
RGB Variations
Color information
#8DFB10 (or 0x8DFB10) is known color: Chartreuse. HEX triplet: 8D, FB and 10. RGB value is (141,251,16). Sum of RGB (Red+Green+Blue) = 141+251+16=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 251 (98.44% from 255 or 61.52% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFB10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFB10 is #7204EF. Grayscale: #C0C0C0. Windows color (decimal): -7472368 or 1112973. OLE color: 1112973.
HSL color Cylindrical-coordinate representation of color #8DFB10: hue angle of 88.09º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DFB10 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 251 | 16 | - |
| CMYK | 0.44 | 0 | 0.94 | 0.02 |
| HSL | 88.09º | 0.97% | 0.52% | - |
| HSV(B) | 88.09º | 0.94% | 0.98% | - |
| XYZ | 45.58 | 74.69 | 12.51 | - |
| YUV | 191.32 | 29.06 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 251 | 16 | 0.44 | 0 | 0.94 | 0.02 | 88.09 | 0.97 | 0.52 |
| Hex | 8D | FB | 10 | 2C | 0 | 5E | 2 | 58 | 61 | 34 |
| Octal | 215 | 373 | 20 | 54 | 0 | 136 | 2 | 130 | 141 | 64 |
| Binary | 10001101 | 11111011 | 10000 | 101100 | 0 | 1011110 | 10 | 1011000 | 1100001 | 110100 |
Color Harmonies of #8DFB10
Complementary color
Monochromatic Colors of #8DFB10
Black with #8DFB10
Text Example
Text Example
White with #8DFB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFB10; }
p { color: rgb(141,251,16); }
H1.HeaderClassName
{
color: #8DFB10;
}
.AnyTagClassName
{
color: #8DFB10;
}
</style>
background-color css
<style>
a { background-color: #8DFB10; }
a { background-color: rgb(141,251,16); }
div.DivClassName
{
background-color: #8DFB10;
}
.BgClassName
{
background-color: #8DFB10;
}
</style>
border-color css
<style>
span { border-color: #8DFB10; }
span { border-color: rgb(141,251,16); }
td.TdClassName
{
border-color: #8DFB10;
}
.TagClassName
{
border-color: #8DFB10;
}
</style>