Shades of Chartreuse #8CF114
Tints of Chartreuse #8CF114
RGB
CMYK
RGB Variations
Color information
#8CF114 (or 0x8CF114) is known color: Chartreuse. HEX triplet: 8C, F1 and 14. RGB value is (140,241,20). Sum of RGB (Red+Green+Blue) = 140+241+20=401 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.91% from 401); Green value is 241 (94.53% from 255 or 60.10% from 401); Blue value is 20 (8.20% from 255 or 4.99% from 401); Max value from RGB is 241 - color contains mainly: green. Hex color #8CF114 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CF114 is #730EEB. Grayscale: #BABABA. Windows color (decimal): -7540460 or 1372556. OLE color: 1372556.
HSL color Cylindrical-coordinate representation of color #8CF114: hue angle of 87.42º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CF114 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 241 | 20 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.05 |
| HSL | 87.42º | 0.89% | 0.51% | - |
| HSV(B) | 87.42º | 0.92% | 0.95% | - |
| XYZ | 42.4 | 68.54 | 11.66 | - |
| YUV | 185.61 | 34.54 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 241 | 20 | 0.42 | 0 | 0.92 | 0.05 | 87.42 | 0.89 | 0.51 |
| Hex | 8C | F1 | 14 | 2A | 0 | 5C | 5 | 57 | 59 | 33 |
| Octal | 214 | 361 | 24 | 52 | 0 | 134 | 5 | 127 | 131 | 63 |
| Binary | 10001100 | 11110001 | 10100 | 101010 | 0 | 1011100 | 101 | 1010111 | 1011001 | 110011 |
Color Harmonies of #8CF114
Complementary color
Monochromatic Colors of #8CF114
Black with #8CF114
Text Example
Text Example
White with #8CF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CF114; }
p { color: rgb(140,241,20); }
H1.HeaderClassName
{
color: #8CF114;
}
.AnyTagClassName
{
color: #8CF114;
}
</style>
background-color css
<style>
a { background-color: #8CF114; }
a { background-color: rgb(140,241,20); }
div.DivClassName
{
background-color: #8CF114;
}
.BgClassName
{
background-color: #8CF114;
}
</style>
border-color css
<style>
span { border-color: #8CF114; }
span { border-color: rgb(140,241,20); }
td.TdClassName
{
border-color: #8CF114;
}
.TagClassName
{
border-color: #8CF114;
}
</style>