Shades of Chartreuse #8CF118
Tints of Chartreuse #8CF118
RGB
CMYK
RGB Variations
Color information
#8CF118 (or 0x8CF118) is known color: Chartreuse. HEX triplet: 8C, F1 and 18. RGB value is (140,241,24). Sum of RGB (Red+Green+Blue) = 140+241+24=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 24 (9.77% from 255 or 5.93% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF118 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF118 is #730EE7. Grayscale: #BABABA. Windows color (decimal): -7540456 or 1634700. OLE color: 1634700.
HSL color Cylindrical-coordinate representation of color #8CF118: hue angle of 87.93º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CF118 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 24 | - |
| CMYK | 0.42 | 0 | 0.90 | 0.05 |
| HSL | 87.93º | 0.89% | 0.52% | - |
| HSV(B) | 87.93º | 0.9% | 0.95% | - |
| XYZ | 42.44 | 68.55 | 11.86 | - |
| YUV | 186.06 | 36.54 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 24 | 0.42 | 0 | 0.90 | 0.05 | 87.93 | 0.89 | 0.52 |
| Hex | 8C | F1 | 18 | 2A | 0 | 5A | 5 | 58 | 59 | 34 |
| Octal | 214 | 361 | 30 | 52 | 0 | 132 | 5 | 130 | 131 | 64 |
| Binary | 10001100 | 11110001 | 11000 | 101010 | 0 | 1011010 | 101 | 1011000 | 1011001 | 110100 |
Color Harmonies of #8CF118
Complementary color
Monochromatic Colors of #8CF118
Black with #8CF118
Text Example
Text Example
White with #8CF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF118; }
p { color: rgb(140,241,24); }
H1.HeaderClassName
{
color: #8CF118;
}
.AnyTagClassName
{
color: #8CF118;
}
</style>
background-color css
<style>
a { background-color: #8CF118; }
a { background-color: rgb(140,241,24); }
div.DivClassName
{
background-color: #8CF118;
}
.BgClassName
{
background-color: #8CF118;
}
</style>
border-color css
<style>
span { border-color: #8CF118; }
span { border-color: rgb(140,241,24); }
td.TdClassName
{
border-color: #8CF118;
}
.TagClassName
{
border-color: #8CF118;
}
</style>