Shades of Chartreuse #8CFF11
Tints of Chartreuse #8CFF11
RGB
CMYK
RGB Variations
Color information
#8CFF11 (or 0x8CFF11) is known color: Chartreuse. HEX triplet: 8C, FF and 11. RGB value is (140,255,17). Sum of RGB (Red+Green+Blue) = 140+255+17=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 255 (100% from 255 or 61.89% from 412); Blue value is 17 (7.03% from 255 or 4.13% from 412); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFF11 is #7300EE. Grayscale: #C2C2C2. Windows color (decimal): -7536879 or 1179532. OLE color: 1179532.
HSL color Cylindrical-coordinate representation of color #8CFF11: hue angle of 88.99º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8CFF11 is Cyan = 0.45, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 17 | - |
| CMYK | 0.45 | 0 | 0.93 | 0 |
| HSL | 88.99º | 1% | 0.53% | - |
| HSV(B) | 88.99º | 0.93% | 1% | - |
| XYZ | 46.68 | 77.14 | 12.96 | - |
| YUV | 193.48 | 28.4 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 17 | 0.45 | 0 | 0.93 | 0 | 88.99 | 1 | 0.53 |
| Hex | 8C | FF | 11 | 2D | 0 | 5D | 0 | 59 | 64 | 35 |
| Octal | 214 | 377 | 21 | 55 | 0 | 135 | 0 | 131 | 144 | 65 |
| Binary | 10001100 | 11111111 | 10001 | 101101 | 0 | 1011101 | 0 | 1011001 | 1100100 | 110101 |
Color Harmonies of #8CFF11
Complementary color
Monochromatic Colors of #8CFF11
Black with #8CFF11
Text Example
Text Example
White with #8CFF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF11; }
p { color: rgb(140,255,17); }
H1.HeaderClassName
{
color: #8CFF11;
}
.AnyTagClassName
{
color: #8CFF11;
}
</style>
background-color css
<style>
a { background-color: #8CFF11; }
a { background-color: rgb(140,255,17); }
div.DivClassName
{
background-color: #8CFF11;
}
.BgClassName
{
background-color: #8CFF11;
}
</style>
border-color css
<style>
span { border-color: #8CFF11; }
span { border-color: rgb(140,255,17); }
td.TdClassName
{
border-color: #8CFF11;
}
.TagClassName
{
border-color: #8CFF11;
}
</style>