Shades of Chartreuse #8DF511
Tints of Chartreuse #8DF511
RGB
CMYK
RGB Variations
Color information
#8DF511 (or 0x8DF511) is known color: Chartreuse. HEX triplet: 8D, F5 and 11. RGB value is (141,245,17). Sum of RGB (Red+Green+Blue) = 141+245+17=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 245 (96.09% from 255 or 60.79% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF511 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF511 is #720AEE. Grayscale: #BCBCBC. Windows color (decimal): -7473903 or 1176973. OLE color: 1176973.
HSL color Cylindrical-coordinate representation of color #8DF511: hue angle of 87.37º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DF511 is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 245 | 17 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.04 |
| HSL | 87.37º | 0.92% | 0.51% | - |
| HSV(B) | 87.37º | 0.93% | 0.96% | - |
| XYZ | 43.74 | 71.01 | 11.93 | - |
| YUV | 187.91 | 31.54 | 94.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 245 | 17 | 0.42 | 0 | 0.93 | 0.04 | 87.37 | 0.92 | 0.51 |
| Hex | 8D | F5 | 11 | 2A | 0 | 5D | 4 | 57 | 5C | 33 |
| Octal | 215 | 365 | 21 | 52 | 0 | 135 | 4 | 127 | 134 | 63 |
| Binary | 10001101 | 11110101 | 10001 | 101010 | 0 | 1011101 | 100 | 1010111 | 1011100 | 110011 |
Color Harmonies of #8DF511
Complementary color
Monochromatic Colors of #8DF511
Black with #8DF511
Text Example
Text Example
White with #8DF511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF511; }
p { color: rgb(141,245,17); }
H1.HeaderClassName
{
color: #8DF511;
}
.AnyTagClassName
{
color: #8DF511;
}
</style>
background-color css
<style>
a { background-color: #8DF511; }
a { background-color: rgb(141,245,17); }
div.DivClassName
{
background-color: #8DF511;
}
.BgClassName
{
background-color: #8DF511;
}
</style>
border-color css
<style>
span { border-color: #8DF511; }
span { border-color: rgb(141,245,17); }
td.TdClassName
{
border-color: #8DF511;
}
.TagClassName
{
border-color: #8DF511;
}
</style>