Shades of Chartreuse #8CF112
Tints of Chartreuse #8CF112
RGB
CMYK
RGB Variations
Color information
#8CF112 (or 0x8CF112) is known color: Chartreuse. HEX triplet: 8C, F1 and 12. RGB value is (140,241,18). Sum of RGB (Red+Green+Blue) = 140+241+18=399 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.09% from 399); Green value is 241 (94.53% from 255 or 60.40% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF112 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF112 is #730EED. Grayscale: #BABABA. Windows color (decimal): -7540462 or 1241484. OLE color: 1241484.
HSL color Cylindrical-coordinate representation of color #8CF112: hue angle of 87.17º 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 #8CF112 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 18 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.05 |
| HSL | 87.17º | 0.89% | 0.51% | - |
| HSV(B) | 87.17º | 0.93% | 0.95% | - |
| XYZ | 42.38 | 68.53 | 11.57 | - |
| YUV | 185.38 | 33.54 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 18 | 0.42 | 0 | 0.93 | 0.05 | 87.17 | 0.89 | 0.51 |
| Hex | 8C | F1 | 12 | 2A | 0 | 5D | 5 | 57 | 59 | 33 |
| Octal | 214 | 361 | 22 | 52 | 0 | 135 | 5 | 127 | 131 | 63 |
| Binary | 10001100 | 11110001 | 10010 | 101010 | 0 | 1011101 | 101 | 1010111 | 1011001 | 110011 |
Color Harmonies of #8CF112
Complementary color
Monochromatic Colors of #8CF112
Black with #8CF112
Text Example
Text Example
White with #8CF112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF112; }
p { color: rgb(140,241,18); }
H1.HeaderClassName
{
color: #8CF112;
}
.AnyTagClassName
{
color: #8CF112;
}
</style>
background-color css
<style>
a { background-color: #8CF112; }
a { background-color: rgb(140,241,18); }
div.DivClassName
{
background-color: #8CF112;
}
.BgClassName
{
background-color: #8CF112;
}
</style>
border-color css
<style>
span { border-color: #8CF112; }
span { border-color: rgb(140,241,18); }
td.TdClassName
{
border-color: #8CF112;
}
.TagClassName
{
border-color: #8CF112;
}
</style>