Shades of Chartreuse #8CFE14
Tints of Chartreuse #8CFE14
RGB
CMYK
RGB Variations
Color information
#8CFE14 (or 0x8CFE14) is known color: Chartreuse. HEX triplet: 8C, FE and 14. RGB value is (140,254,20). Sum of RGB (Red+Green+Blue) = 140+254+20=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 254 (99.61% from 255 or 61.35% from 414); Blue value is 20 (8.20% from 255 or 4.83% from 414); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFE14 is #7301EB. Grayscale: #C2C2C2. Windows color (decimal): -7537132 or 1375884. OLE color: 1375884.
HSL color Cylindrical-coordinate representation of color #8CFE14: hue angle of 89.23º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CFE14 is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 20 | - |
| CMYK | 0.45 | 0 | 0.92 | 0.00 |
| HSL | 89.23º | 0.99% | 0.54% | - |
| HSV(B) | 89.23º | 0.92% | 1% | - |
| XYZ | 46.38 | 76.51 | 12.99 | - |
| YUV | 193.24 | 30.23 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 20 | 0.45 | 0 | 0.92 | 0.00 | 89.23 | 0.99 | 0.54 |
| Hex | 8C | FE | 14 | 2D | 0 | 5C | 0 | 59 | 63 | 36 |
| Octal | 214 | 376 | 24 | 55 | 0 | 134 | 0 | 131 | 143 | 66 |
| Binary | 10001100 | 11111110 | 10100 | 101101 | 0 | 1011100 | 0 | 1011001 | 1100011 | 110110 |
Color Harmonies of #8CFE14
Complementary color
Monochromatic Colors of #8CFE14
Black with #8CFE14
Text Example
Text Example
White with #8CFE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE14; }
p { color: rgb(140,254,20); }
H1.HeaderClassName
{
color: #8CFE14;
}
.AnyTagClassName
{
color: #8CFE14;
}
</style>
background-color css
<style>
a { background-color: #8CFE14; }
a { background-color: rgb(140,254,20); }
div.DivClassName
{
background-color: #8CFE14;
}
.BgClassName
{
background-color: #8CFE14;
}
</style>
border-color css
<style>
span { border-color: #8CFE14; }
span { border-color: rgb(140,254,20); }
td.TdClassName
{
border-color: #8CFE14;
}
.TagClassName
{
border-color: #8CFE14;
}
</style>