Shades of Chartreuse #8DF601
Tints of Chartreuse #8DF601
RGB
CMYK
RGB Variations
Color information
#8DF601 (or 0x8DF601) is known color: Chartreuse. HEX triplet: 8D, F6 and 01. RGB value is (141,246,1). Sum of RGB (Red+Green+Blue) = 141+246+1=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 246 (96.48% from 255 or 63.40% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 246 - color contains mainly: green. Hex color #8DF601 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF601 is #7209FE. Grayscale: #BBBBBB. Windows color (decimal): -7473663 or 128653. OLE color: 128653.
HSL color Cylindrical-coordinate representation of color #8DF601: hue angle of 85.71º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DF601 is Cyan = 0.43, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 246 | 1 | - |
| CMYK | 0.43 | 0 | 1.00 | 0.04 |
| HSL | 85.71º | 0.99% | 0.48% | - |
| HSV(B) | 85.71º | 1% | 0.96% | - |
| XYZ | 43.95 | 71.58 | 11.53 | - |
| YUV | 186.68 | 23.21 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 246 | 1 | 0.43 | 0 | 1.00 | 0.04 | 85.71 | 0.99 | 0.48 |
| Hex | 8D | F6 | 1 | 2B | 0 | 64 | 4 | 56 | 63 | 30 |
| Octal | 215 | 366 | 1 | 53 | 0 | 144 | 4 | 126 | 143 | 60 |
| Binary | 10001101 | 11110110 | 1 | 101011 | 0 | 1100100 | 100 | 1010110 | 1100011 | 110000 |
Color Harmonies of #8DF601
Complementary color
Monochromatic Colors of #8DF601
Black with #8DF601
Text Example
Text Example
White with #8DF601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF601; }
p { color: rgb(141,246,1); }
H1.HeaderClassName
{
color: #8DF601;
}
.AnyTagClassName
{
color: #8DF601;
}
</style>
background-color css
<style>
a { background-color: #8DF601; }
a { background-color: rgb(141,246,1); }
div.DivClassName
{
background-color: #8DF601;
}
.BgClassName
{
background-color: #8DF601;
}
</style>
border-color css
<style>
span { border-color: #8DF601; }
span { border-color: rgb(141,246,1); }
td.TdClassName
{
border-color: #8DF601;
}
.TagClassName
{
border-color: #8DF601;
}
</style>