Shades of Chartreuse #8DF61E
Tints of Chartreuse #8DF61E
RGB
CMYK
RGB Variations
Color information
#8DF61E (or 0x8DF61E) is known color: Chartreuse. HEX triplet: 8D, F6 and 1E. RGB value is (141,246,30). Sum of RGB (Red+Green+Blue) = 141+246+30=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 246 (96.48% from 255 or 58.99% from 417); Blue value is 30 (12.11% from 255 or 7.19% from 417); Max value from RGB is 246 - color contains mainly: green. Hex color #8DF61E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF61E is #7209E1. Grayscale: #BEBEBE. Windows color (decimal): -7473634 or 2029197. OLE color: 2029197.
HSL color Cylindrical-coordinate representation of color #8DF61E: hue angle of 89.17º degrees, saturation: 0.92, 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 #8DF61E is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 246 | 30 | - |
| CMYK | 0.43 | 0 | 0.88 | 0.04 |
| HSL | 89.17º | 0.92% | 0.54% | - |
| HSV(B) | 89.17º | 0.88% | 0.96% | - |
| XYZ | 44.17 | 71.67 | 12.73 | - |
| YUV | 189.98 | 37.71 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 246 | 30 | 0.43 | 0 | 0.88 | 0.04 | 89.17 | 0.92 | 0.54 |
| Hex | 8D | F6 | 1E | 2B | 0 | 58 | 4 | 59 | 5C | 36 |
| Octal | 215 | 366 | 36 | 53 | 0 | 130 | 4 | 131 | 134 | 66 |
| Binary | 10001101 | 11110110 | 11110 | 101011 | 0 | 1011000 | 100 | 1011001 | 1011100 | 110110 |
Color Harmonies of #8DF61E
Complementary color
Monochromatic Colors of #8DF61E
Black with #8DF61E
Text Example
Text Example
White with #8DF61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF61E; }
p { color: rgb(141,246,30); }
H1.HeaderClassName
{
color: #8DF61E;
}
.AnyTagClassName
{
color: #8DF61E;
}
</style>
background-color css
<style>
a { background-color: #8DF61E; }
a { background-color: rgb(141,246,30); }
div.DivClassName
{
background-color: #8DF61E;
}
.BgClassName
{
background-color: #8DF61E;
}
</style>
border-color css
<style>
span { border-color: #8DF61E; }
span { border-color: rgb(141,246,30); }
td.TdClassName
{
border-color: #8DF61E;
}
.TagClassName
{
border-color: #8DF61E;
}
</style>