Shades of Chartreuse #8DFF1C
Tints of Chartreuse #8DFF1C
RGB
CMYK
RGB Variations
Color information
#8DFF1C (or 0x8DFF1C) is known color: Chartreuse. HEX triplet: 8D, FF and 1C. RGB value is (141,255,28). Sum of RGB (Red+Green+Blue) = 141+255+28=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 255 (100% from 255 or 60.14% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFF1C is #7200E3. Grayscale: #C3C3C3. Windows color (decimal): -7471332 or 1900429. OLE color: 1900429.
HSL color Cylindrical-coordinate representation of color #8DFF1C: hue angle of 90.13º 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 #8DFF1C is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 28 | - |
| CMYK | 0.45 | 0 | 0.89 | 0 |
| HSL | 90.13º | 1% | 0.55% | - |
| HSV(B) | 90.13º | 0.89% | 1% | - |
| XYZ | 46.95 | 77.27 | 13.54 | - |
| YUV | 195.04 | 33.73 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 28 | 0.45 | 0 | 0.89 | 0 | 90.13 | 1 | 0.55 |
| Hex | 8D | FF | 1C | 2D | 0 | 59 | 0 | 5A | 64 | 37 |
| Octal | 215 | 377 | 34 | 55 | 0 | 131 | 0 | 132 | 144 | 67 |
| Binary | 10001101 | 11111111 | 11100 | 101101 | 0 | 1011001 | 0 | 1011010 | 1100100 | 110111 |
Color Harmonies of #8DFF1C
Complementary color
Monochromatic Colors of #8DFF1C
Black with #8DFF1C
Text Example
Text Example
White with #8DFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF1C; }
p { color: rgb(141,255,28); }
H1.HeaderClassName
{
color: #8DFF1C;
}
.AnyTagClassName
{
color: #8DFF1C;
}
</style>
background-color css
<style>
a { background-color: #8DFF1C; }
a { background-color: rgb(141,255,28); }
div.DivClassName
{
background-color: #8DFF1C;
}
.BgClassName
{
background-color: #8DFF1C;
}
</style>
border-color css
<style>
span { border-color: #8DFF1C; }
span { border-color: rgb(141,255,28); }
td.TdClassName
{
border-color: #8DFF1C;
}
.TagClassName
{
border-color: #8DFF1C;
}
</style>