Shades of Chartreuse #8CFF13
Tints of Chartreuse #8CFF13
RGB
CMYK
RGB Variations
Color information
#8CFF13 (or 0x8CFF13) is known color: Chartreuse. HEX triplet: 8C, FF and 13. RGB value is (140,255,19). Sum of RGB (Red+Green+Blue) = 140+255+19=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 255 (100% from 255 or 61.59% from 414); Blue value is 19 (7.81% from 255 or 4.59% from 414); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFF13 is #7300EC. Grayscale: #C2C2C2. Windows color (decimal): -7536877 or 1310604. OLE color: 1310604.
HSL color Cylindrical-coordinate representation of color #8CFF13: hue angle of 89.24º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CFF13 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 19 | - |
| CMYK | 0.45 | 0 | 0.93 | 0 |
| HSL | 89.24º | 1% | 0.54% | - |
| HSV(B) | 89.24º | 0.93% | 1% | - |
| XYZ | 46.69 | 77.14 | 13.05 | - |
| YUV | 193.71 | 29.4 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 19 | 0.45 | 0 | 0.93 | 0 | 89.24 | 1 | 0.54 |
| Hex | 8C | FF | 13 | 2D | 0 | 5D | 0 | 59 | 64 | 36 |
| Octal | 214 | 377 | 23 | 55 | 0 | 135 | 0 | 131 | 144 | 66 |
| Binary | 10001100 | 11111111 | 10011 | 101101 | 0 | 1011101 | 0 | 1011001 | 1100100 | 110110 |
Color Harmonies of #8CFF13
Complementary color
Monochromatic Colors of #8CFF13
Black with #8CFF13
Text Example
Text Example
White with #8CFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF13; }
p { color: rgb(140,255,19); }
H1.HeaderClassName
{
color: #8CFF13;
}
.AnyTagClassName
{
color: #8CFF13;
}
</style>
background-color css
<style>
a { background-color: #8CFF13; }
a { background-color: rgb(140,255,19); }
div.DivClassName
{
background-color: #8CFF13;
}
.BgClassName
{
background-color: #8CFF13;
}
</style>
border-color css
<style>
span { border-color: #8CFF13; }
span { border-color: rgb(140,255,19); }
td.TdClassName
{
border-color: #8CFF13;
}
.TagClassName
{
border-color: #8CFF13;
}
</style>