Shades of Chartreuse #8DFB18
Tints of Chartreuse #8DFB18
RGB
CMYK
RGB Variations
Color information
#8DFB18 (or 0x8DFB18) is known color: Chartreuse. HEX triplet: 8D, FB and 18. RGB value is (141,251,24). Sum of RGB (Red+Green+Blue) = 141+251+24=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 251 (98.44% from 255 or 60.34% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFB18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFB18 is #7204E7. Grayscale: #C1C1C1. Windows color (decimal): -7472360 or 1637261. OLE color: 1637261.
HSL color Cylindrical-coordinate representation of color #8DFB18: hue angle of 89.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DFB18 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 251 | 24 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.02 |
| HSL | 89.07º | 0.97% | 0.54% | - |
| HSV(B) | 89.07º | 0.9% | 0.98% | - |
| XYZ | 45.65 | 74.72 | 12.88 | - |
| YUV | 192.23 | 33.06 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 251 | 24 | 0.44 | 0 | 0.90 | 0.02 | 89.07 | 0.97 | 0.54 |
| Hex | 8D | FB | 18 | 2C | 0 | 5A | 2 | 59 | 61 | 36 |
| Octal | 215 | 373 | 30 | 54 | 0 | 132 | 2 | 131 | 141 | 66 |
| Binary | 10001101 | 11111011 | 11000 | 101100 | 0 | 1011010 | 10 | 1011001 | 1100001 | 110110 |
Color Harmonies of #8DFB18
Complementary color
Monochromatic Colors of #8DFB18
Black with #8DFB18
Text Example
Text Example
White with #8DFB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFB18; }
p { color: rgb(141,251,24); }
H1.HeaderClassName
{
color: #8DFB18;
}
.AnyTagClassName
{
color: #8DFB18;
}
</style>
background-color css
<style>
a { background-color: #8DFB18; }
a { background-color: rgb(141,251,24); }
div.DivClassName
{
background-color: #8DFB18;
}
.BgClassName
{
background-color: #8DFB18;
}
</style>
border-color css
<style>
span { border-color: #8DFB18; }
span { border-color: rgb(141,251,24); }
td.TdClassName
{
border-color: #8DFB18;
}
.TagClassName
{
border-color: #8DFB18;
}
</style>