Shades of Chartreuse #8CFC00
Tints of Chartreuse #8CFC00
RGB
CMYK
RGB Variations
Color information
#8CFC00 (or 0x8CFC00) is known color: Chartreuse. HEX triplet: 8C, FC and 00. RGB value is (140,252,0). Sum of RGB (Red+Green+Blue) = 140+252+0=392 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.71% from 392); Green value is 252 (98.83% from 255 or 64.29% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFC00 is #7303FF. Grayscale: #BEBEBE. Windows color (decimal): -7537664 or 64652. OLE color: 64652.
HSL color Cylindrical-coordinate representation of color #8CFC00: hue angle of 86.67º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CFC00 is Cyan = 0.44, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 0 | - |
| CMYK | 0.44 | 0 | 1 | 0.01 |
| HSL | 86.67º | 1% | 0.49% | - |
| HSV(B) | 86.67º | 1% | 0.99% | - |
| XYZ | 45.63 | 75.2 | 12.11 | - |
| YUV | 189.78 | 20.89 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 0 | 0.44 | 0 | 1 | 0.01 | 86.67 | 1 | 0.49 |
| Hex | 8C | FC | 0 | 2C | 0 | 64 | 1 | 57 | 64 | 31 |
| Octal | 214 | 374 | 0 | 54 | 0 | 144 | 1 | 127 | 144 | 61 |
| Binary | 10001100 | 11111100 | 0 | 101100 | 0 | 1100100 | 1 | 1010111 | 1100100 | 110001 |
Color Harmonies of #8CFC00
Complementary color
Monochromatic Colors of #8CFC00
Black with #8CFC00
Text Example
Text Example
White with #8CFC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC00; }
p { color: rgb(140,252,0); }
H1.HeaderClassName
{
color: #8CFC00;
}
.AnyTagClassName
{
color: #8CFC00;
}
</style>
background-color css
<style>
a { background-color: #8CFC00; }
a { background-color: rgb(140,252,0); }
div.DivClassName
{
background-color: #8CFC00;
}
.BgClassName
{
background-color: #8CFC00;
}
</style>
border-color css
<style>
span { border-color: #8CFC00; }
span { border-color: rgb(140,252,0); }
td.TdClassName
{
border-color: #8CFC00;
}
.TagClassName
{
border-color: #8CFC00;
}
</style>