Shades of Chartreuse #8DFB12
Tints of Chartreuse #8DFB12
RGB
CMYK
RGB Variations
Color information
#8DFB12 (or 0x8DFB12) is known color: Chartreuse. HEX triplet: 8D, FB and 12. RGB value is (141,251,18). Sum of RGB (Red+Green+Blue) = 141+251+18=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 251 (98.44% from 255 or 61.22% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 251 - color contains mainly: green. Hex color #8DFB12 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFB12 is #7204ED. Grayscale: #C0C0C0. Windows color (decimal): -7472366 or 1244045. OLE color: 1244045.
HSL color Cylindrical-coordinate representation of color #8DFB12: hue angle of 88.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DFB12 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 251 | 18 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.02 |
| HSL | 88.33º | 0.97% | 0.53% | - |
| HSV(B) | 88.33º | 0.93% | 0.98% | - |
| XYZ | 45.59 | 74.7 | 12.59 | - |
| YUV | 191.55 | 30.06 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 251 | 18 | 0.44 | 0 | 0.93 | 0.02 | 88.33 | 0.97 | 0.53 |
| Hex | 8D | FB | 12 | 2C | 0 | 5D | 2 | 58 | 61 | 35 |
| Octal | 215 | 373 | 22 | 54 | 0 | 135 | 2 | 130 | 141 | 65 |
| Binary | 10001101 | 11111011 | 10010 | 101100 | 0 | 1011101 | 10 | 1011000 | 1100001 | 110101 |
Color Harmonies of #8DFB12
Complementary color
Monochromatic Colors of #8DFB12
Black with #8DFB12
Text Example
Text Example
White with #8DFB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFB12; }
p { color: rgb(141,251,18); }
H1.HeaderClassName
{
color: #8DFB12;
}
.AnyTagClassName
{
color: #8DFB12;
}
</style>
background-color css
<style>
a { background-color: #8DFB12; }
a { background-color: rgb(141,251,18); }
div.DivClassName
{
background-color: #8DFB12;
}
.BgClassName
{
background-color: #8DFB12;
}
</style>
border-color css
<style>
span { border-color: #8DFB12; }
span { border-color: rgb(141,251,18); }
td.TdClassName
{
border-color: #8DFB12;
}
.TagClassName
{
border-color: #8DFB12;
}
</style>