Shades of Chartreuse #8FFC13
Tints of Chartreuse #8FFC13
RGB
CMYK
RGB Variations
Color information
#8FFC13 (or 0x8FFC13) is known color: Chartreuse. HEX triplet: 8F, FC and 13. RGB value is (143,252,19). Sum of RGB (Red+Green+Blue) = 143+252+19=414 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.54% from 414); Green value is 252 (98.83% from 255 or 60.87% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 252 - color contains mainly: green. Hex color #8FFC13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8FFC13 is #7003EC. Grayscale: #C1C1C1. Windows color (decimal): -7341037 or 1309839. OLE color: 1309839.
HSL color Cylindrical-coordinate representation of color #8FFC13: hue angle of 88.07º 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 #8FFC13 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 143 | 252 | 19 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.01 |
| HSL | 88.07º | 0.97% | 0.53% | - |
| HSV(B) | 88.07º | 0.92% | 0.99% | - |
| XYZ | 46.26 | 75.51 | 12.75 | - |
| YUV | 192.85 | 29.89 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 252 | 19 | 0.43 | 0 | 0.92 | 0.01 | 88.07 | 0.97 | 0.53 |
| Hex | 8F | FC | 13 | 2B | 0 | 5C | 1 | 58 | 61 | 35 |
| Octal | 217 | 374 | 23 | 53 | 0 | 134 | 1 | 130 | 141 | 65 |
| Binary | 10001111 | 11111100 | 10011 | 101011 | 0 | 1011100 | 1 | 1011000 | 1100001 | 110101 |
Color Harmonies of #8FFC13
Complementary color
Monochromatic Colors of #8FFC13
Black with #8FFC13
Text Example
Text Example
White with #8FFC13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FFC13; }
p { color: rgb(143,252,19); }
H1.HeaderClassName
{
color: #8FFC13;
}
.AnyTagClassName
{
color: #8FFC13;
}
</style>
background-color css
<style>
a { background-color: #8FFC13; }
a { background-color: rgb(143,252,19); }
div.DivClassName
{
background-color: #8FFC13;
}
.BgClassName
{
background-color: #8FFC13;
}
</style>
border-color css
<style>
span { border-color: #8FFC13; }
span { border-color: rgb(143,252,19); }
td.TdClassName
{
border-color: #8FFC13;
}
.TagClassName
{
border-color: #8FFC13;
}
</style>