Shades of Chartreuse #8CFC19
Tints of Chartreuse #8CFC19
RGB
CMYK
RGB Variations
Color information
#8CFC19 (or 0x8CFC19) is known color: Chartreuse. HEX triplet: 8C, FC and 19. RGB value is (140,252,25). Sum of RGB (Red+Green+Blue) = 140+252+25=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 252 (98.83% from 255 or 60.43% from 417); Blue value is 25 (10.16% from 255 or 6.00% from 417); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFC19 is #7303E6. Grayscale: #C1C1C1. Windows color (decimal): -7537639 or 1703052. OLE color: 1703052.
HSL color Cylindrical-coordinate representation of color #8CFC19: hue angle of 89.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8CFC19 is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 25 | - |
| CMYK | 0.44 | 0 | 0.90 | 0.01 |
| HSL | 89.6º | 0.97% | 0.54% | - |
| HSV(B) | 89.6º | 0.9% | 0.99% | - |
| XYZ | 45.8 | 75.27 | 13.03 | - |
| YUV | 192.63 | 33.39 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 25 | 0.44 | 0 | 0.90 | 0.01 | 89.6 | 0.97 | 0.54 |
| Hex | 8C | FC | 19 | 2C | 0 | 5A | 1 | 5A | 61 | 36 |
| Octal | 214 | 374 | 31 | 54 | 0 | 132 | 1 | 132 | 141 | 66 |
| Binary | 10001100 | 11111100 | 11001 | 101100 | 0 | 1011010 | 1 | 1011010 | 1100001 | 110110 |
Color Harmonies of #8CFC19
Complementary color
Monochromatic Colors of #8CFC19
Black with #8CFC19
Text Example
Text Example
White with #8CFC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC19; }
p { color: rgb(140,252,25); }
H1.HeaderClassName
{
color: #8CFC19;
}
.AnyTagClassName
{
color: #8CFC19;
}
</style>
background-color css
<style>
a { background-color: #8CFC19; }
a { background-color: rgb(140,252,25); }
div.DivClassName
{
background-color: #8CFC19;
}
.BgClassName
{
background-color: #8CFC19;
}
</style>
border-color css
<style>
span { border-color: #8CFC19; }
span { border-color: rgb(140,252,25); }
td.TdClassName
{
border-color: #8CFC19;
}
.TagClassName
{
border-color: #8CFC19;
}
</style>