Shades of Chartreuse #8CFC04
Tints of Chartreuse #8CFC04
RGB
CMYK
RGB Variations
Color information
#8CFC04 (or 0x8CFC04) is known color: Chartreuse. HEX triplet: 8C, FC and 04. RGB value is (140,252,4). Sum of RGB (Red+Green+Blue) = 140+252+4=396 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.35% from 396); Green value is 252 (98.83% from 255 or 63.64% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFC04 is #7303FB. Grayscale: #BFBFBF. Windows color (decimal): -7537660 or 326796. OLE color: 326796.
HSL color Cylindrical-coordinate representation of color #8CFC04: hue angle of 87.1º 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 #8CFC04 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 4 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.01 |
| HSL | 87.1º | 0.98% | 0.5% | - |
| HSV(B) | 87.1º | 0.98% | 0.99% | - |
| XYZ | 45.65 | 75.21 | 12.23 | - |
| YUV | 190.24 | 22.89 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 4 | 0.44 | 0 | 0.98 | 0.01 | 87.1 | 0.98 | 0.5 |
| Hex | 8C | FC | 4 | 2C | 0 | 62 | 1 | 57 | 62 | 32 |
| Octal | 214 | 374 | 4 | 54 | 0 | 142 | 1 | 127 | 142 | 62 |
| Binary | 10001100 | 11111100 | 100 | 101100 | 0 | 1100010 | 1 | 1010111 | 1100010 | 110010 |
Color Harmonies of #8CFC04
Complementary color
Monochromatic Colors of #8CFC04
Black with #8CFC04
Text Example
Text Example
White with #8CFC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC04; }
p { color: rgb(140,252,4); }
H1.HeaderClassName
{
color: #8CFC04;
}
.AnyTagClassName
{
color: #8CFC04;
}
</style>
background-color css
<style>
a { background-color: #8CFC04; }
a { background-color: rgb(140,252,4); }
div.DivClassName
{
background-color: #8CFC04;
}
.BgClassName
{
background-color: #8CFC04;
}
</style>
border-color css
<style>
span { border-color: #8CFC04; }
span { border-color: rgb(140,252,4); }
td.TdClassName
{
border-color: #8CFC04;
}
.TagClassName
{
border-color: #8CFC04;
}
</style>