Shades of Chartreuse #8DFF04
Tints of Chartreuse #8DFF04
RGB
CMYK
RGB Variations
Color information
#8DFF04 (or 0x8DFF04) is known color: Chartreuse. HEX triplet: 8D, FF and 04. RGB value is (141,255,4). Sum of RGB (Red+Green+Blue) = 141+255+4=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 4 (1.95% from 255 or 1% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFF04 is #7200FB. Grayscale: #C1C1C1. Windows color (decimal): -7471356 or 327565. OLE color: 327565.
HSL color Cylindrical-coordinate representation of color #8DFF04: hue angle of 87.25º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DFF04 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 4 | - |
| CMYK | 0.45 | 0 | 0.98 | 0 |
| HSL | 87.25º | 1% | 0.51% | - |
| HSV(B) | 87.25º | 0.98% | 1% | - |
| XYZ | 46.77 | 77.19 | 12.55 | - |
| YUV | 192.3 | 21.73 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 4 | 0.45 | 0 | 0.98 | 0 | 87.25 | 1 | 0.51 |
| Hex | 8D | FF | 4 | 2D | 0 | 62 | 0 | 57 | 64 | 33 |
| Octal | 215 | 377 | 4 | 55 | 0 | 142 | 0 | 127 | 144 | 63 |
| Binary | 10001101 | 11111111 | 100 | 101101 | 0 | 1100010 | 0 | 1010111 | 1100100 | 110011 |
Color Harmonies of #8DFF04
Complementary color
Monochromatic Colors of #8DFF04
Black with #8DFF04
Text Example
Text Example
White with #8DFF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF04; }
p { color: rgb(141,255,4); }
H1.HeaderClassName
{
color: #8DFF04;
}
.AnyTagClassName
{
color: #8DFF04;
}
</style>
background-color css
<style>
a { background-color: #8DFF04; }
a { background-color: rgb(141,255,4); }
div.DivClassName
{
background-color: #8DFF04;
}
.BgClassName
{
background-color: #8DFF04;
}
</style>
border-color css
<style>
span { border-color: #8DFF04; }
span { border-color: rgb(141,255,4); }
td.TdClassName
{
border-color: #8DFF04;
}
.TagClassName
{
border-color: #8DFF04;
}
</style>