Shades of Chartreuse #8FF114
Tints of Chartreuse #8FF114
RGB
CMYK
RGB Variations
Color information
#8FF114 (or 0x8FF114) is known color: Chartreuse. HEX triplet: 8F, F1 and 14. RGB value is (143,241,20). Sum of RGB (Red+Green+Blue) = 143+241+20=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 241 (94.53% from 255 or 59.65% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF114 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF114 is #700EEB. Grayscale: #BBBBBB. Windows color (decimal): -7343852 or 1372559. OLE color: 1372559.
HSL color Cylindrical-coordinate representation of color #8FF114: hue angle of 86.61º 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 #8FF114 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 241 | 20 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.05 |
| HSL | 86.61º | 0.89% | 0.51% | - |
| HSV(B) | 86.61º | 0.92% | 0.95% | - |
| XYZ | 42.91 | 68.8 | 11.68 | - |
| YUV | 186.5 | 34.03 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 241 | 20 | 0.41 | 0 | 0.92 | 0.05 | 86.61 | 0.89 | 0.51 |
| Hex | 8F | F1 | 14 | 29 | 0 | 5C | 5 | 57 | 59 | 33 |
| Octal | 217 | 361 | 24 | 51 | 0 | 134 | 5 | 127 | 131 | 63 |
| Binary | 10001111 | 11110001 | 10100 | 101001 | 0 | 1011100 | 101 | 1010111 | 1011001 | 110011 |
Color Harmonies of #8FF114
Complementary color
Monochromatic Colors of #8FF114
Black with #8FF114
Text Example
Text Example
White with #8FF114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF114; }
p { color: rgb(143,241,20); }
H1.HeaderClassName
{
color: #8FF114;
}
.AnyTagClassName
{
color: #8FF114;
}
</style>
background-color css
<style>
a { background-color: #8FF114; }
a { background-color: rgb(143,241,20); }
div.DivClassName
{
background-color: #8FF114;
}
.BgClassName
{
background-color: #8FF114;
}
</style>
border-color css
<style>
span { border-color: #8FF114; }
span { border-color: rgb(143,241,20); }
td.TdClassName
{
border-color: #8FF114;
}
.TagClassName
{
border-color: #8FF114;
}
</style>