Shades of Chartreuse #8DF400
Tints of Chartreuse #8DF400
RGB
CMYK
RGB Variations
Color information
#8DF400 (or 0x8DF400) is known color: Chartreuse. HEX triplet: 8D, F4 and 00. RGB value is (141,244,0). Sum of RGB (Red+Green+Blue) = 141+244+0=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 244 (95.70% from 255 or 63.38% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF400 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF400 is #720BFF. Grayscale: #BABABA. Windows color (decimal): -7474176 or 62605. OLE color: 62605.
HSL color Cylindrical-coordinate representation of color #8DF400: hue angle of 85.33º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DF400 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 244 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.04 |
| HSL | 85.33º | 1% | 0.48% | - |
| HSV(B) | 85.33º | 1% | 0.96% | - |
| XYZ | 43.34 | 70.36 | 11.3 | - |
| YUV | 185.39 | 23.38 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 244 | 0 | 0.42 | 0 | 1 | 0.04 | 85.33 | 1 | 0.48 |
| Hex | 8D | F4 | 0 | 2A | 0 | 64 | 4 | 55 | 64 | 30 |
| Octal | 215 | 364 | 0 | 52 | 0 | 144 | 4 | 125 | 144 | 60 |
| Binary | 10001101 | 11110100 | 0 | 101010 | 0 | 1100100 | 100 | 1010101 | 1100100 | 110000 |
Color Harmonies of #8DF400
Complementary color
Monochromatic Colors of #8DF400
Black with #8DF400
Text Example
Text Example
White with #8DF400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF400; }
p { color: rgb(141,244,0); }
H1.HeaderClassName
{
color: #8DF400;
}
.AnyTagClassName
{
color: #8DF400;
}
</style>
background-color css
<style>
a { background-color: #8DF400; }
a { background-color: rgb(141,244,0); }
div.DivClassName
{
background-color: #8DF400;
}
.BgClassName
{
background-color: #8DF400;
}
</style>
border-color css
<style>
span { border-color: #8DF400; }
span { border-color: rgb(141,244,0); }
td.TdClassName
{
border-color: #8DF400;
}
.TagClassName
{
border-color: #8DF400;
}
</style>