Shades of Chartreuse #8CFF1C
Tints of Chartreuse #8CFF1C
RGB
CMYK
RGB Variations
Color information
#8CFF1C (or 0x8CFF1C) is known color: Chartreuse. HEX triplet: 8C, FF and 1C. RGB value is (140,255,28). Sum of RGB (Red+Green+Blue) = 140+255+28=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 255 (100% from 255 or 60.28% from 423); Blue value is 28 (11.33% from 255 or 6.62% from 423); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFF1C is #7300E3. Grayscale: #C3C3C3. Windows color (decimal): -7536868 or 1900428. OLE color: 1900428.
HSL color Cylindrical-coordinate representation of color #8CFF1C: hue angle of 90.4º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8CFF1C is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 28 | - |
| CMYK | 0.45 | 0 | 0.89 | 0 |
| HSL | 90.4º | 1% | 0.55% | - |
| HSV(B) | 90.4º | 0.89% | 1% | - |
| XYZ | 46.78 | 77.18 | 13.53 | - |
| YUV | 194.74 | 33.9 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 28 | 0.45 | 0 | 0.89 | 0 | 90.4 | 1 | 0.55 |
| Hex | 8C | FF | 1C | 2D | 0 | 59 | 0 | 5A | 64 | 37 |
| Octal | 214 | 377 | 34 | 55 | 0 | 131 | 0 | 132 | 144 | 67 |
| Binary | 10001100 | 11111111 | 11100 | 101101 | 0 | 1011001 | 0 | 1011010 | 1100100 | 110111 |
Color Harmonies of #8CFF1C
Complementary color
Monochromatic Colors of #8CFF1C
Black with #8CFF1C
Text Example
Text Example
White with #8CFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFF1C; }
p { color: rgb(140,255,28); }
H1.HeaderClassName
{
color: #8CFF1C;
}
.AnyTagClassName
{
color: #8CFF1C;
}
</style>
background-color css
<style>
a { background-color: #8CFF1C; }
a { background-color: rgb(140,255,28); }
div.DivClassName
{
background-color: #8CFF1C;
}
.BgClassName
{
background-color: #8CFF1C;
}
</style>
border-color css
<style>
span { border-color: #8CFF1C; }
span { border-color: rgb(140,255,28); }
td.TdClassName
{
border-color: #8CFF1C;
}
.TagClassName
{
border-color: #8CFF1C;
}
</style>