Shades of Chartreuse #8FEF14
Tints of Chartreuse #8FEF14
RGB
CMYK
RGB Variations
Color information
#8FEF14 (or 0x8FEF14) is known color: Chartreuse. HEX triplet: 8F, EF and 14. RGB value is (143,239,20). Sum of RGB (Red+Green+Blue) = 143+239+20=402 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.57% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEF14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FEF14 is #7010EB. Grayscale: #BABABA. Windows color (decimal): -7344364 or 1372047. OLE color: 1372047.
HSL color Cylindrical-coordinate representation of color #8FEF14: hue angle of 86.3º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FEF14 is Cyan = 0.40, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 20 | - |
| CMYK | 0.40 | 0 | 0.92 | 0.06 |
| HSL | 86.3º | 0.87% | 0.51% | - |
| HSV(B) | 86.3º | 0.92% | 0.94% | - |
| XYZ | 42.32 | 67.62 | 11.48 | - |
| YUV | 185.33 | 34.7 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 20 | 0.40 | 0 | 0.92 | 0.06 | 86.3 | 0.87 | 0.51 |
| Hex | 8F | EF | 14 | 28 | 0 | 5C | 6 | 56 | 57 | 33 |
| Octal | 217 | 357 | 24 | 50 | 0 | 134 | 6 | 126 | 127 | 63 |
| Binary | 10001111 | 11101111 | 10100 | 101000 | 0 | 1011100 | 110 | 1010110 | 1010111 | 110011 |
Color Harmonies of #8FEF14
Complementary color
Monochromatic Colors of #8FEF14
Black with #8FEF14
Text Example
Text Example
White with #8FEF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEF14; }
p { color: rgb(143,239,20); }
H1.HeaderClassName
{
color: #8FEF14;
}
.AnyTagClassName
{
color: #8FEF14;
}
</style>
background-color css
<style>
a { background-color: #8FEF14; }
a { background-color: rgb(143,239,20); }
div.DivClassName
{
background-color: #8FEF14;
}
.BgClassName
{
background-color: #8FEF14;
}
</style>
border-color css
<style>
span { border-color: #8FEF14; }
span { border-color: rgb(143,239,20); }
td.TdClassName
{
border-color: #8FEF14;
}
.TagClassName
{
border-color: #8FEF14;
}
</style>