Shades of Chartreuse #8CFE04
Tints of Chartreuse #8CFE04
RGB
CMYK
RGB Variations
Color information
#8CFE04 (or 0x8CFE04) is known color: Chartreuse. HEX triplet: 8C, FE and 04. RGB value is (140,254,4). Sum of RGB (Red+Green+Blue) = 140+254+4=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 254 (99.61% from 255 or 63.82% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFE04 is #7301FB. Grayscale: #C0C0C0. Windows color (decimal): -7537148 or 327308. OLE color: 327308.
HSL color Cylindrical-coordinate representation of color #8CFE04: hue angle of 87.36º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CFE04 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0.00 |
| HSL | 87.36º | 0.99% | 0.51% | - |
| HSV(B) | 87.36º | 0.98% | 1% | - |
| XYZ | 46.28 | 76.47 | 12.44 | - |
| YUV | 191.41 | 22.23 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 4 | 0.45 | 0 | 0.98 | 0.00 | 87.36 | 0.99 | 0.51 |
| Hex | 8C | FE | 4 | 2D | 0 | 62 | 0 | 57 | 63 | 33 |
| Octal | 214 | 376 | 4 | 55 | 0 | 142 | 0 | 127 | 143 | 63 |
| Binary | 10001100 | 11111110 | 100 | 101101 | 0 | 1100010 | 0 | 1010111 | 1100011 | 110011 |
Color Harmonies of #8CFE04
Complementary color
Monochromatic Colors of #8CFE04
Black with #8CFE04
Text Example
Text Example
White with #8CFE04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE04; }
p { color: rgb(140,254,4); }
H1.HeaderClassName
{
color: #8CFE04;
}
.AnyTagClassName
{
color: #8CFE04;
}
</style>
background-color css
<style>
a { background-color: #8CFE04; }
a { background-color: rgb(140,254,4); }
div.DivClassName
{
background-color: #8CFE04;
}
.BgClassName
{
background-color: #8CFE04;
}
</style>
border-color css
<style>
span { border-color: #8CFE04; }
span { border-color: rgb(140,254,4); }
td.TdClassName
{
border-color: #8CFE04;
}
.TagClassName
{
border-color: #8CFE04;
}
</style>