Shades of Chartreuse #8CFE08
Tints of Chartreuse #8CFE08
RGB
CMYK
RGB Variations
Color information
#8CFE08 (or 0x8CFE08) is known color: Chartreuse. HEX triplet: 8C, FE and 08. RGB value is (140,254,8). Sum of RGB (Red+Green+Blue) = 140+254+8=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 254 (99.61% from 255 or 63.18% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFE08 is #7301F7. Grayscale: #C0C0C0. Windows color (decimal): -7537144 or 589452. OLE color: 589452.
HSL color Cylindrical-coordinate representation of color #8CFE08: hue angle of 87.8º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8CFE08 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 8 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.00 |
| HSL | 87.8º | 0.99% | 0.51% | - |
| HSV(B) | 87.8º | 0.97% | 1% | - |
| XYZ | 46.3 | 76.48 | 12.55 | - |
| YUV | 191.87 | 24.23 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 8 | 0.45 | 0 | 0.97 | 0.00 | 87.8 | 0.99 | 0.51 |
| Hex | 8C | FE | 8 | 2D | 0 | 61 | 0 | 58 | 63 | 33 |
| Octal | 214 | 376 | 10 | 55 | 0 | 141 | 0 | 130 | 143 | 63 |
| Binary | 10001100 | 11111110 | 1000 | 101101 | 0 | 1100001 | 0 | 1011000 | 1100011 | 110011 |
Color Harmonies of #8CFE08
Complementary color
Monochromatic Colors of #8CFE08
Black with #8CFE08
Text Example
Text Example
White with #8CFE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE08; }
p { color: rgb(140,254,8); }
H1.HeaderClassName
{
color: #8CFE08;
}
.AnyTagClassName
{
color: #8CFE08;
}
</style>
background-color css
<style>
a { background-color: #8CFE08; }
a { background-color: rgb(140,254,8); }
div.DivClassName
{
background-color: #8CFE08;
}
.BgClassName
{
background-color: #8CFE08;
}
</style>
border-color css
<style>
span { border-color: #8CFE08; }
span { border-color: rgb(140,254,8); }
td.TdClassName
{
border-color: #8CFE08;
}
.TagClassName
{
border-color: #8CFE08;
}
</style>