Shades of Chartreuse #8CFC13
Tints of Chartreuse #8CFC13
RGB
CMYK
RGB Variations
Color information
#8CFC13 (or 0x8CFC13) is known color: Chartreuse. HEX triplet: 8C, FC and 13. RGB value is (140,252,19). Sum of RGB (Red+Green+Blue) = 140+252+19=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 252 (98.83% from 255 or 61.31% from 411); Blue value is 19 (7.81% from 255 or 4.62% from 411); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFC13 is #7303EC. Grayscale: #C0C0C0. Windows color (decimal): -7537645 or 1309836. OLE color: 1309836.
HSL color Cylindrical-coordinate representation of color #8CFC13: hue angle of 88.84º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CFC13 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 19 | - |
| CMYK | 0.44 | 0 | 0.92 | 0.01 |
| HSL | 88.84º | 0.97% | 0.53% | - |
| HSV(B) | 88.84º | 0.92% | 0.99% | - |
| XYZ | 45.74 | 75.24 | 12.73 | - |
| YUV | 191.95 | 30.39 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 19 | 0.44 | 0 | 0.92 | 0.01 | 88.84 | 0.97 | 0.53 |
| Hex | 8C | FC | 13 | 2C | 0 | 5C | 1 | 59 | 61 | 35 |
| Octal | 214 | 374 | 23 | 54 | 0 | 134 | 1 | 131 | 141 | 65 |
| Binary | 10001100 | 11111100 | 10011 | 101100 | 0 | 1011100 | 1 | 1011001 | 1100001 | 110101 |
Color Harmonies of #8CFC13
Complementary color
Monochromatic Colors of #8CFC13
Black with #8CFC13
Text Example
Text Example
White with #8CFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC13; }
p { color: rgb(140,252,19); }
H1.HeaderClassName
{
color: #8CFC13;
}
.AnyTagClassName
{
color: #8CFC13;
}
</style>
background-color css
<style>
a { background-color: #8CFC13; }
a { background-color: rgb(140,252,19); }
div.DivClassName
{
background-color: #8CFC13;
}
.BgClassName
{
background-color: #8CFC13;
}
</style>
border-color css
<style>
span { border-color: #8CFC13; }
span { border-color: rgb(140,252,19); }
td.TdClassName
{
border-color: #8CFC13;
}
.TagClassName
{
border-color: #8CFC13;
}
</style>