Shades of Chartreuse #8DF300
Tints of Chartreuse #8DF300
RGB
CMYK
RGB Variations
Color information
#8DF300 (or 0x8DF300) is known color: Chartreuse. HEX triplet: 8D, F3 and 00. RGB value is (141,243,0). Sum of RGB (Red+Green+Blue) = 141+243+0=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 243 (95.31% from 255 or 63.28% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 243 - color contains mainly: green. Hex color #8DF300 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF300 is #720CFF. Grayscale: #B9B9B9. Windows color (decimal): -7474432 or 62349. OLE color: 62349.
HSL color Cylindrical-coordinate representation of color #8DF300: hue angle of 85.19º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DF300 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 243 | 0 | - |
| CMYK | 0.42 | 0 | 1 | 0.05 |
| HSL | 85.19º | 1% | 0.48% | - |
| HSV(B) | 85.19º | 1% | 0.95% | - |
| XYZ | 43.04 | 69.76 | 11.2 | - |
| YUV | 184.8 | 23.71 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 243 | 0 | 0.42 | 0 | 1 | 0.05 | 85.19 | 1 | 0.48 |
| Hex | 8D | F3 | 0 | 2A | 0 | 64 | 5 | 55 | 64 | 30 |
| Octal | 215 | 363 | 0 | 52 | 0 | 144 | 5 | 125 | 144 | 60 |
| Binary | 10001101 | 11110011 | 0 | 101010 | 0 | 1100100 | 101 | 1010101 | 1100100 | 110000 |
Color Harmonies of #8DF300
Complementary color
Monochromatic Colors of #8DF300
Black with #8DF300
Text Example
Text Example
White with #8DF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF300; }
p { color: rgb(141,243,0); }
H1.HeaderClassName
{
color: #8DF300;
}
.AnyTagClassName
{
color: #8DF300;
}
</style>
background-color css
<style>
a { background-color: #8DF300; }
a { background-color: rgb(141,243,0); }
div.DivClassName
{
background-color: #8DF300;
}
.BgClassName
{
background-color: #8DF300;
}
</style>
border-color css
<style>
span { border-color: #8DF300; }
span { border-color: rgb(141,243,0); }
td.TdClassName
{
border-color: #8DF300;
}
.TagClassName
{
border-color: #8DF300;
}
</style>