Shades of Chartreuse #8FF714
Tints of Chartreuse #8FF714
RGB
CMYK
RGB Variations
Color information
#8FF714 (or 0x8FF714) is known color: Chartreuse. HEX triplet: 8F, F7 and 14. RGB value is (143,247,20). Sum of RGB (Red+Green+Blue) = 143+247+20=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 247 (96.88% from 255 or 60.24% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 247 - color contains mainly: green. Hex color #8FF714 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FF714 is #7008EB. Grayscale: #BEBEBE. Windows color (decimal): -7342316 or 1374095. OLE color: 1374095.
HSL color Cylindrical-coordinate representation of color #8FF714: hue angle of 87.49º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FF714 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 247 | 20 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.03 |
| HSL | 87.49º | 0.93% | 0.52% | - |
| HSV(B) | 87.49º | 0.92% | 0.97% | - |
| XYZ | 44.71 | 72.41 | 12.28 | - |
| YUV | 190.03 | 32.04 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 247 | 20 | 0.42 | 0 | 0.92 | 0.03 | 87.49 | 0.93 | 0.52 |
| Hex | 8F | F7 | 14 | 2A | 0 | 5C | 3 | 57 | 5D | 34 |
| Octal | 217 | 367 | 24 | 52 | 0 | 134 | 3 | 127 | 135 | 64 |
| Binary | 10001111 | 11110111 | 10100 | 101010 | 0 | 1011100 | 11 | 1010111 | 1011101 | 110100 |
Color Harmonies of #8FF714
Complementary color
Monochromatic Colors of #8FF714
Black with #8FF714
Text Example
Text Example
White with #8FF714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF714; }
p { color: rgb(143,247,20); }
H1.HeaderClassName
{
color: #8FF714;
}
.AnyTagClassName
{
color: #8FF714;
}
</style>
background-color css
<style>
a { background-color: #8FF714; }
a { background-color: rgb(143,247,20); }
div.DivClassName
{
background-color: #8FF714;
}
.BgClassName
{
background-color: #8FF714;
}
</style>
border-color css
<style>
span { border-color: #8FF714; }
span { border-color: rgb(143,247,20); }
td.TdClassName
{
border-color: #8FF714;
}
.TagClassName
{
border-color: #8FF714;
}
</style>