Shades of Chartreuse #8DF112
Tints of Chartreuse #8DF112
RGB
CMYK
RGB Variations
Color information
#8DF112 (or 0x8DF112) is known color: Chartreuse. HEX triplet: 8D, F1 and 12. RGB value is (141,241,18). Sum of RGB (Red+Green+Blue) = 141+241+18=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 241 (94.53% from 255 or 60.25% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF112 is #720EED. Grayscale: #BABABA. Windows color (decimal): -7474926 or 1241485. OLE color: 1241485.
HSL color Cylindrical-coordinate representation of color #8DF112: hue angle of 86.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DF112 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 18 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.05 |
| HSL | 86.91º | 0.89% | 0.51% | - |
| HSV(B) | 86.91º | 0.93% | 0.95% | - |
| XYZ | 42.55 | 68.62 | 11.57 | - |
| YUV | 185.68 | 33.37 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 18 | 0.41 | 0 | 0.93 | 0.05 | 86.91 | 0.89 | 0.51 |
| Hex | 8D | F1 | 12 | 29 | 0 | 5D | 5 | 57 | 59 | 33 |
| Octal | 215 | 361 | 22 | 51 | 0 | 135 | 5 | 127 | 131 | 63 |
| Binary | 10001101 | 11110001 | 10010 | 101001 | 0 | 1011101 | 101 | 1010111 | 1011001 | 110011 |
Color Harmonies of #8DF112
Complementary color
Monochromatic Colors of #8DF112
Black with #8DF112
Text Example
Text Example
White with #8DF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF112; }
p { color: rgb(141,241,18); }
H1.HeaderClassName
{
color: #8DF112;
}
.AnyTagClassName
{
color: #8DF112;
}
</style>
background-color css
<style>
a { background-color: #8DF112; }
a { background-color: rgb(141,241,18); }
div.DivClassName
{
background-color: #8DF112;
}
.BgClassName
{
background-color: #8DF112;
}
</style>
border-color css
<style>
span { border-color: #8DF112; }
span { border-color: rgb(141,241,18); }
td.TdClassName
{
border-color: #8DF112;
}
.TagClassName
{
border-color: #8DF112;
}
</style>