Shades of Chartreuse #8DF51E
Tints of Chartreuse #8DF51E
RGB
CMYK
RGB Variations
Color information
#8DF51E (or 0x8DF51E) is known color: Chartreuse. HEX triplet: 8D, F5 and 1E. RGB value is (141,245,30). Sum of RGB (Red+Green+Blue) = 141+245+30=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 245 (96.09% from 255 or 58.89% from 416); Blue value is 30 (12.11% from 255 or 7.21% from 416); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF51E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF51E is #720AE1. Grayscale: #BEBEBE. Windows color (decimal): -7473890 or 2028941. OLE color: 2028941.
HSL color Cylindrical-coordinate representation of color #8DF51E: hue angle of 89.02º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8DF51E is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 245 | 30 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.04 |
| HSL | 89.02º | 0.91% | 0.54% | - |
| HSV(B) | 89.02º | 0.88% | 0.96% | - |
| XYZ | 43.87 | 71.06 | 12.63 | - |
| YUV | 189.39 | 38.04 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 245 | 30 | 0.42 | 0 | 0.88 | 0.04 | 89.02 | 0.91 | 0.54 |
| Hex | 8D | F5 | 1E | 2A | 0 | 58 | 4 | 59 | 5B | 36 |
| Octal | 215 | 365 | 36 | 52 | 0 | 130 | 4 | 131 | 133 | 66 |
| Binary | 10001101 | 11110101 | 11110 | 101010 | 0 | 1011000 | 100 | 1011001 | 1011011 | 110110 |
Color Harmonies of #8DF51E
Complementary color
Monochromatic Colors of #8DF51E
Black with #8DF51E
Text Example
Text Example
White with #8DF51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF51E; }
p { color: rgb(141,245,30); }
H1.HeaderClassName
{
color: #8DF51E;
}
.AnyTagClassName
{
color: #8DF51E;
}
</style>
background-color css
<style>
a { background-color: #8DF51E; }
a { background-color: rgb(141,245,30); }
div.DivClassName
{
background-color: #8DF51E;
}
.BgClassName
{
background-color: #8DF51E;
}
</style>
border-color css
<style>
span { border-color: #8DF51E; }
span { border-color: rgb(141,245,30); }
td.TdClassName
{
border-color: #8DF51E;
}
.TagClassName
{
border-color: #8DF51E;
}
</style>