Shades of Chartreuse #8DF41A
Tints of Chartreuse #8DF41A
RGB
CMYK
RGB Variations
Color information
#8DF41A (or 0x8DF41A) is known color: Chartreuse. HEX triplet: 8D, F4 and 1A. RGB value is (141,244,26). Sum of RGB (Red+Green+Blue) = 141+244+26=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 244 (95.70% from 255 or 59.37% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF41A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF41A is #720BE5. Grayscale: #BDBDBD. Windows color (decimal): -7474150 or 1766541. OLE color: 1766541.
HSL color Cylindrical-coordinate representation of color #8DF41A: hue angle of 88.35º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DF41A is Cyan = 0.42, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 244 | 26 | - |
| CMYK | 0.42 | 0 | 0.89 | 0.04 |
| HSL | 88.35º | 0.91% | 0.53% | - |
| HSV(B) | 88.35º | 0.89% | 0.96% | - |
| XYZ | 43.52 | 70.44 | 12.28 | - |
| YUV | 188.35 | 36.38 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 244 | 26 | 0.42 | 0 | 0.89 | 0.04 | 88.35 | 0.91 | 0.53 |
| Hex | 8D | F4 | 1A | 2A | 0 | 59 | 4 | 58 | 5B | 35 |
| Octal | 215 | 364 | 32 | 52 | 0 | 131 | 4 | 130 | 133 | 65 |
| Binary | 10001101 | 11110100 | 11010 | 101010 | 0 | 1011001 | 100 | 1011000 | 1011011 | 110101 |
Color Harmonies of #8DF41A
Complementary color
Monochromatic Colors of #8DF41A
Black with #8DF41A
Text Example
Text Example
White with #8DF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF41A; }
p { color: rgb(141,244,26); }
H1.HeaderClassName
{
color: #8DF41A;
}
.AnyTagClassName
{
color: #8DF41A;
}
</style>
background-color css
<style>
a { background-color: #8DF41A; }
a { background-color: rgb(141,244,26); }
div.DivClassName
{
background-color: #8DF41A;
}
.BgClassName
{
background-color: #8DF41A;
}
</style>
border-color css
<style>
span { border-color: #8DF41A; }
span { border-color: rgb(141,244,26); }
td.TdClassName
{
border-color: #8DF41A;
}
.TagClassName
{
border-color: #8DF41A;
}
</style>