Shades of Chartreuse #8DFF11
Tints of Chartreuse #8DFF11
RGB
CMYK
RGB Variations
Color information
#8DFF11 (or 0x8DFF11) is known color: Chartreuse. HEX triplet: 8D, FF and 11. RGB value is (141,255,17). Sum of RGB (Red+Green+Blue) = 141+255+17=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 255 (100% from 255 or 61.74% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFF11 is #7200EE. Grayscale: #C2C2C2. Windows color (decimal): -7471343 or 1179533. OLE color: 1179533.
HSL color Cylindrical-coordinate representation of color #8DFF11: hue angle of 88.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DFF11 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 17 | - |
| CMYK | 0.45 | 0 | 0.93 | 0 |
| HSL | 88.74º | 1% | 0.53% | - |
| HSV(B) | 88.74º | 0.93% | 1% | - |
| XYZ | 46.85 | 77.22 | 12.97 | - |
| YUV | 193.78 | 28.23 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 17 | 0.45 | 0 | 0.93 | 0 | 88.74 | 1 | 0.53 |
| Hex | 8D | FF | 11 | 2D | 0 | 5D | 0 | 59 | 64 | 35 |
| Octal | 215 | 377 | 21 | 55 | 0 | 135 | 0 | 131 | 144 | 65 |
| Binary | 10001101 | 11111111 | 10001 | 101101 | 0 | 1011101 | 0 | 1011001 | 1100100 | 110101 |
Color Harmonies of #8DFF11
Complementary color
Monochromatic Colors of #8DFF11
Black with #8DFF11
Text Example
Text Example
White with #8DFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF11; }
p { color: rgb(141,255,17); }
H1.HeaderClassName
{
color: #8DFF11;
}
.AnyTagClassName
{
color: #8DFF11;
}
</style>
background-color css
<style>
a { background-color: #8DFF11; }
a { background-color: rgb(141,255,17); }
div.DivClassName
{
background-color: #8DFF11;
}
.BgClassName
{
background-color: #8DFF11;
}
</style>
border-color css
<style>
span { border-color: #8DFF11; }
span { border-color: rgb(141,255,17); }
td.TdClassName
{
border-color: #8DFF11;
}
.TagClassName
{
border-color: #8DFF11;
}
</style>