Shades of Chartreuse #8DFC04
Tints of Chartreuse #8DFC04
RGB
CMYK
RGB Variations
Color information
#8DFC04 (or 0x8DFC04) is known color: Chartreuse. HEX triplet: 8D, FC and 04. RGB value is (141,252,4). Sum of RGB (Red+Green+Blue) = 141+252+4=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 252 (98.83% from 255 or 63.48% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFC04 is #7203FB. Grayscale: #BFBFBF. Windows color (decimal): -7472124 or 326797. OLE color: 326797.
HSL color Cylindrical-coordinate representation of color #8DFC04: hue angle of 86.85º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DFC04 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 252 | 4 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.01 |
| HSL | 86.85º | 0.98% | 0.5% | - |
| HSV(B) | 86.85º | 0.98% | 0.99% | - |
| XYZ | 45.82 | 75.29 | 12.23 | - |
| YUV | 190.54 | 22.73 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 252 | 4 | 0.44 | 0 | 0.98 | 0.01 | 86.85 | 0.98 | 0.5 |
| Hex | 8D | FC | 4 | 2C | 0 | 62 | 1 | 57 | 62 | 32 |
| Octal | 215 | 374 | 4 | 54 | 0 | 142 | 1 | 127 | 142 | 62 |
| Binary | 10001101 | 11111100 | 100 | 101100 | 0 | 1100010 | 1 | 1010111 | 1100010 | 110010 |
Color Harmonies of #8DFC04
Complementary color
Monochromatic Colors of #8DFC04
Black with #8DFC04
Text Example
Text Example
White with #8DFC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFC04; }
p { color: rgb(141,252,4); }
H1.HeaderClassName
{
color: #8DFC04;
}
.AnyTagClassName
{
color: #8DFC04;
}
</style>
background-color css
<style>
a { background-color: #8DFC04; }
a { background-color: rgb(141,252,4); }
div.DivClassName
{
background-color: #8DFC04;
}
.BgClassName
{
background-color: #8DFC04;
}
</style>
border-color css
<style>
span { border-color: #8DFC04; }
span { border-color: rgb(141,252,4); }
td.TdClassName
{
border-color: #8DFC04;
}
.TagClassName
{
border-color: #8DFC04;
}
</style>