Shades of Chartreuse #8CFC11
Tints of Chartreuse #8CFC11
RGB
CMYK
RGB Variations
Color information
#8CFC11 (or 0x8CFC11) is known color: Chartreuse. HEX triplet: 8C, FC and 11. RGB value is (140,252,17). Sum of RGB (Red+Green+Blue) = 140+252+17=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 252 (98.83% from 255 or 61.61% from 409); Blue value is 17 (7.03% from 255 or 4.16% from 409); Max value from RGB is 252 - color contains mainly: green. Hex color #8CFC11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFC11 is #7303EE. Grayscale: #C0C0C0. Windows color (decimal): -7537647 or 1178764. OLE color: 1178764.
HSL color Cylindrical-coordinate representation of color #8CFC11: hue angle of 88.6º 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 #8CFC11 is Cyan = 0.44, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 140 | 252 | 17 | - |
| CMYK | 0.44 | 0 | 0.93 | 0.01 |
| HSL | 88.6º | 0.98% | 0.53% | - |
| HSV(B) | 88.6º | 0.93% | 0.99% | - |
| XYZ | 45.73 | 75.24 | 12.64 | - |
| YUV | 191.72 | 29.39 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 252 | 17 | 0.44 | 0 | 0.93 | 0.01 | 88.6 | 0.98 | 0.53 |
| Hex | 8C | FC | 11 | 2C | 0 | 5D | 1 | 59 | 62 | 35 |
| Octal | 214 | 374 | 21 | 54 | 0 | 135 | 1 | 131 | 142 | 65 |
| Binary | 10001100 | 11111100 | 10001 | 101100 | 0 | 1011101 | 1 | 1011001 | 1100010 | 110101 |
Color Harmonies of #8CFC11
Complementary color
Monochromatic Colors of #8CFC11
Black with #8CFC11
Text Example
Text Example
White with #8CFC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFC11; }
p { color: rgb(140,252,17); }
H1.HeaderClassName
{
color: #8CFC11;
}
.AnyTagClassName
{
color: #8CFC11;
}
</style>
background-color css
<style>
a { background-color: #8CFC11; }
a { background-color: rgb(140,252,17); }
div.DivClassName
{
background-color: #8CFC11;
}
.BgClassName
{
background-color: #8CFC11;
}
</style>
border-color css
<style>
span { border-color: #8CFC11; }
span { border-color: rgb(140,252,17); }
td.TdClassName
{
border-color: #8CFC11;
}
.TagClassName
{
border-color: #8CFC11;
}
</style>