Shades of Chartreuse #8DF50A
Tints of Chartreuse #8DF50A
RGB
CMYK
RGB Variations
Color information
#8DF50A (or 0x8DF50A) is known color: Chartreuse. HEX triplet: 8D, F5 and 0A. RGB value is (141,245,10). Sum of RGB (Red+Green+Blue) = 141+245+10=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 245 (96.09% from 255 or 61.87% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF50A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF50A is #720AF5. Grayscale: #BBBBBB. Windows color (decimal): -7473910 or 718221. OLE color: 718221.
HSL color Cylindrical-coordinate representation of color #8DF50A: hue angle of 86.55º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DF50A is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 245 | 10 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.04 |
| HSL | 86.55º | 0.92% | 0.5% | - |
| HSV(B) | 86.55º | 0.96% | 0.96% | - |
| XYZ | 43.69 | 70.99 | 11.69 | - |
| YUV | 187.11 | 28.04 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 245 | 10 | 0.42 | 0 | 0.96 | 0.04 | 86.55 | 0.92 | 0.5 |
| Hex | 8D | F5 | A | 2A | 0 | 60 | 4 | 57 | 5C | 32 |
| Octal | 215 | 365 | 12 | 52 | 0 | 140 | 4 | 127 | 134 | 62 |
| Binary | 10001101 | 11110101 | 1010 | 101010 | 0 | 1100000 | 100 | 1010111 | 1011100 | 110010 |
Color Harmonies of #8DF50A
Complementary color
Monochromatic Colors of #8DF50A
Black with #8DF50A
Text Example
Text Example
White with #8DF50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF50A; }
p { color: rgb(141,245,10); }
H1.HeaderClassName
{
color: #8DF50A;
}
.AnyTagClassName
{
color: #8DF50A;
}
</style>
background-color css
<style>
a { background-color: #8DF50A; }
a { background-color: rgb(141,245,10); }
div.DivClassName
{
background-color: #8DF50A;
}
.BgClassName
{
background-color: #8DF50A;
}
</style>
border-color css
<style>
span { border-color: #8DF50A; }
span { border-color: rgb(141,245,10); }
td.TdClassName
{
border-color: #8DF50A;
}
.TagClassName
{
border-color: #8DF50A;
}
</style>