Shades of Chartreuse #8CFD11
Tints of Chartreuse #8CFD11
RGB
CMYK
RGB Variations
Color information
#8CFD11 (or 0x8CFD11) is known color: Chartreuse. HEX triplet: 8C, FD and 11. RGB value is (140,253,17). Sum of RGB (Red+Green+Blue) = 140+253+17=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 253 (99.22% from 255 or 61.71% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFD11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFD11 is #7302EE. Grayscale: #C1C1C1. Windows color (decimal): -7537391 or 1179020. OLE color: 1179020.
HSL color Cylindrical-coordinate representation of color #8CFD11: hue angle of 88.73º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CFD11 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 253 | 17 | - |
| CMYK | 0.45 | 0 | 0.93 | 0.01 |
| HSL | 88.73º | 0.98% | 0.53% | - |
| HSV(B) | 88.73º | 0.93% | 0.99% | - |
| XYZ | 46.04 | 75.87 | 12.75 | - |
| YUV | 192.31 | 29.06 | 90.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 253 | 17 | 0.45 | 0 | 0.93 | 0.01 | 88.73 | 0.98 | 0.53 |
| Hex | 8C | FD | 11 | 2D | 0 | 5D | 1 | 59 | 62 | 35 |
| Octal | 214 | 375 | 21 | 55 | 0 | 135 | 1 | 131 | 142 | 65 |
| Binary | 10001100 | 11111101 | 10001 | 101101 | 0 | 1011101 | 1 | 1011001 | 1100010 | 110101 |
Color Harmonies of #8CFD11
Complementary color
Monochromatic Colors of #8CFD11
Black with #8CFD11
Text Example
Text Example
White with #8CFD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFD11; }
p { color: rgb(140,253,17); }
H1.HeaderClassName
{
color: #8CFD11;
}
.AnyTagClassName
{
color: #8CFD11;
}
</style>
background-color css
<style>
a { background-color: #8CFD11; }
a { background-color: rgb(140,253,17); }
div.DivClassName
{
background-color: #8CFD11;
}
.BgClassName
{
background-color: #8CFD11;
}
</style>
border-color css
<style>
span { border-color: #8CFD11; }
span { border-color: rgb(140,253,17); }
td.TdClassName
{
border-color: #8CFD11;
}
.TagClassName
{
border-color: #8CFD11;
}
</style>