Shades of Chartreuse #8CFC1C
Tints of Chartreuse #8CFC1C
RGB
CMYK
RGB Variations
Color information
#8CFC1C (or 0x8CFC1C) is known color: Chartreuse. HEX triplet: 8C, FC and 1C. RGB value is (140,252,28). Sum of RGB (Red+Green+Blue) = 140+252+28=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 252 (98.83% from 255 or 60% from 420); Blue value is 28 (11.33% from 255 or 6.67% from 420); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFC1C is #7303E3. Grayscale: #C1C1C1. Windows color (decimal): -7537636 or 1899660. OLE color: 1899660.
HSL color Cylindrical-coordinate representation of color #8CFC1C: hue angle of 90º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CFC1C is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 28 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.01 |
| HSL | 90º | 0.97% | 0.55% | - |
| HSV(B) | 90º | 0.89% | 0.99% | - |
| XYZ | 45.84 | 75.28 | 13.21 | - |
| YUV | 192.98 | 34.89 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 28 | 0.44 | 0 | 0.89 | 0.01 | 90 | 0.97 | 0.55 |
| Hex | 8C | FC | 1C | 2C | 0 | 59 | 1 | 5A | 61 | 37 |
| Octal | 214 | 374 | 34 | 54 | 0 | 131 | 1 | 132 | 141 | 67 |
| Binary | 10001100 | 11111100 | 11100 | 101100 | 0 | 1011001 | 1 | 1011010 | 1100001 | 110111 |
Color Harmonies of #8CFC1C
Complementary color
Monochromatic Colors of #8CFC1C
Black with #8CFC1C
Text Example
Text Example
White with #8CFC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC1C; }
p { color: rgb(140,252,28); }
H1.HeaderClassName
{
color: #8CFC1C;
}
.AnyTagClassName
{
color: #8CFC1C;
}
</style>
background-color css
<style>
a { background-color: #8CFC1C; }
a { background-color: rgb(140,252,28); }
div.DivClassName
{
background-color: #8CFC1C;
}
.BgClassName
{
background-color: #8CFC1C;
}
</style>
border-color css
<style>
span { border-color: #8CFC1C; }
span { border-color: rgb(140,252,28); }
td.TdClassName
{
border-color: #8CFC1C;
}
.TagClassName
{
border-color: #8CFC1C;
}
</style>