Shades of Chartreuse #8CF110
Tints of Chartreuse #8CF110
RGB
CMYK
RGB Variations
Color information
#8CF110 (or 0x8CF110) is known color: Chartreuse. HEX triplet: 8C, F1 and 10. RGB value is (140,241,16). Sum of RGB (Red+Green+Blue) = 140+241+16=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF110 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF110 is #730EEF. Grayscale: #B9B9B9. Windows color (decimal): -7540464 or 1110412. OLE color: 1110412.
HSL color Cylindrical-coordinate representation of color #8CF110: hue angle of 86.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CF110 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 16 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.05 |
| HSL | 86.93º | 0.89% | 0.5% | - |
| HSV(B) | 86.93º | 0.93% | 0.95% | - |
| XYZ | 42.36 | 68.52 | 11.48 | - |
| YUV | 185.15 | 32.54 | 95.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 16 | 0.42 | 0 | 0.93 | 0.05 | 86.93 | 0.89 | 0.5 |
| Hex | 8C | F1 | 10 | 2A | 0 | 5D | 5 | 57 | 59 | 32 |
| Octal | 214 | 361 | 20 | 52 | 0 | 135 | 5 | 127 | 131 | 62 |
| Binary | 10001100 | 11110001 | 10000 | 101010 | 0 | 1011101 | 101 | 1010111 | 1011001 | 110010 |
Color Harmonies of #8CF110
Complementary color
Monochromatic Colors of #8CF110
Black with #8CF110
Text Example
Text Example
White with #8CF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF110; }
p { color: rgb(140,241,16); }
H1.HeaderClassName
{
color: #8CF110;
}
.AnyTagClassName
{
color: #8CF110;
}
</style>
background-color css
<style>
a { background-color: #8CF110; }
a { background-color: rgb(140,241,16); }
div.DivClassName
{
background-color: #8CF110;
}
.BgClassName
{
background-color: #8CF110;
}
</style>
border-color css
<style>
span { border-color: #8CF110; }
span { border-color: rgb(140,241,16); }
td.TdClassName
{
border-color: #8CF110;
}
.TagClassName
{
border-color: #8CF110;
}
</style>