Shades of Chartreuse #8CFC15
Tints of Chartreuse #8CFC15
RGB
CMYK
RGB Variations
Color information
#8CFC15 (or 0x8CFC15) is known color: Chartreuse. HEX triplet: 8C, FC and 15. RGB value is (140,252,21). Sum of RGB (Red+Green+Blue) = 140+252+21=413 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.90% from 413); Green value is 252 (98.83% from 255 or 61.02% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC15 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFC15 is #7303EA. Grayscale: #C0C0C0. Windows color (decimal): -7537643 or 1440908. OLE color: 1440908.
HSL color Cylindrical-coordinate representation of color #8CFC15: hue angle of 89.09º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CFC15 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 21 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.01 |
| HSL | 89.09º | 0.97% | 0.54% | - |
| HSV(B) | 89.09º | 0.92% | 0.99% | - |
| XYZ | 45.76 | 75.25 | 12.82 | - |
| YUV | 192.18 | 31.39 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 21 | 0.44 | 0 | 0.92 | 0.01 | 89.09 | 0.97 | 0.54 |
| Hex | 8C | FC | 15 | 2C | 0 | 5C | 1 | 59 | 61 | 36 |
| Octal | 214 | 374 | 25 | 54 | 0 | 134 | 1 | 131 | 141 | 66 |
| Binary | 10001100 | 11111100 | 10101 | 101100 | 0 | 1011100 | 1 | 1011001 | 1100001 | 110110 |
Color Harmonies of #8CFC15
Complementary color
Monochromatic Colors of #8CFC15
Black with #8CFC15
Text Example
Text Example
White with #8CFC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC15; }
p { color: rgb(140,252,21); }
H1.HeaderClassName
{
color: #8CFC15;
}
.AnyTagClassName
{
color: #8CFC15;
}
</style>
background-color css
<style>
a { background-color: #8CFC15; }
a { background-color: rgb(140,252,21); }
div.DivClassName
{
background-color: #8CFC15;
}
.BgClassName
{
background-color: #8CFC15;
}
</style>
border-color css
<style>
span { border-color: #8CFC15; }
span { border-color: rgb(140,252,21); }
td.TdClassName
{
border-color: #8CFC15;
}
.TagClassName
{
border-color: #8CFC15;
}
</style>