Shades of Chartreuse #8DF816
Tints of Chartreuse #8DF816
RGB
CMYK
RGB Variations
Color information
#8DF816 (or 0x8DF816) is known color: Chartreuse. HEX triplet: 8D, F8 and 16. RGB value is (141,248,22). Sum of RGB (Red+Green+Blue) = 141+248+22=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 248 (97.27% from 255 or 60.34% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 248 - color contains mainly: green. Hex color #8DF816 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF816 is #7207E9. Grayscale: #BFBFBF. Windows color (decimal): -7473130 or 1505421. OLE color: 1505421.
HSL color Cylindrical-coordinate representation of color #8DF816: hue angle of 88.41º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8DF816 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 248 | 22 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.03 |
| HSL | 88.41º | 0.94% | 0.53% | - |
| HSV(B) | 88.41º | 0.91% | 0.97% | - |
| XYZ | 44.7 | 72.86 | 12.47 | - |
| YUV | 190.24 | 33.05 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 248 | 22 | 0.43 | 0 | 0.91 | 0.03 | 88.41 | 0.94 | 0.53 |
| Hex | 8D | F8 | 16 | 2B | 0 | 5B | 3 | 58 | 5E | 35 |
| Octal | 215 | 370 | 26 | 53 | 0 | 133 | 3 | 130 | 136 | 65 |
| Binary | 10001101 | 11111000 | 10110 | 101011 | 0 | 1011011 | 11 | 1011000 | 1011110 | 110101 |
Color Harmonies of #8DF816
Complementary color
Monochromatic Colors of #8DF816
Black with #8DF816
Text Example
Text Example
White with #8DF816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF816; }
p { color: rgb(141,248,22); }
H1.HeaderClassName
{
color: #8DF816;
}
.AnyTagClassName
{
color: #8DF816;
}
</style>
background-color css
<style>
a { background-color: #8DF816; }
a { background-color: rgb(141,248,22); }
div.DivClassName
{
background-color: #8DF816;
}
.BgClassName
{
background-color: #8DF816;
}
</style>
border-color css
<style>
span { border-color: #8DF816; }
span { border-color: rgb(141,248,22); }
td.TdClassName
{
border-color: #8DF816;
}
.TagClassName
{
border-color: #8DF816;
}
</style>