Shades of Chartreuse #8DF606
Tints of Chartreuse #8DF606
RGB
CMYK
RGB Variations
Color information
#8DF606 (or 0x8DF606) is known color: Chartreuse. HEX triplet: 8D, F6 and 06. RGB value is (141,246,6). Sum of RGB (Red+Green+Blue) = 141+246+6=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 246 (96.48% from 255 or 62.60% from 393); Blue value is 6 (2.73% from 255 or 1.53% from 393); Max value from RGB is 246 - color contains mainly: green. Hex color #8DF606 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF606 is #7209F9. Grayscale: #BCBCBC. Windows color (decimal): -7473658 or 456333. OLE color: 456333.
HSL color Cylindrical-coordinate representation of color #8DF606: hue angle of 86.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DF606 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 246 | 6 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.04 |
| HSL | 86.25º | 0.95% | 0.49% | - |
| HSV(B) | 86.25º | 0.98% | 0.96% | - |
| XYZ | 43.97 | 71.59 | 11.67 | - |
| YUV | 187.25 | 25.71 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 246 | 6 | 0.43 | 0 | 0.98 | 0.04 | 86.25 | 0.95 | 0.49 |
| Hex | 8D | F6 | 6 | 2B | 0 | 62 | 4 | 56 | 5F | 31 |
| Octal | 215 | 366 | 6 | 53 | 0 | 142 | 4 | 126 | 137 | 61 |
| Binary | 10001101 | 11110110 | 110 | 101011 | 0 | 1100010 | 100 | 1010110 | 1011111 | 110001 |
Color Harmonies of #8DF606
Complementary color
Monochromatic Colors of #8DF606
Black with #8DF606
Text Example
Text Example
White with #8DF606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF606; }
p { color: rgb(141,246,6); }
H1.HeaderClassName
{
color: #8DF606;
}
.AnyTagClassName
{
color: #8DF606;
}
</style>
background-color css
<style>
a { background-color: #8DF606; }
a { background-color: rgb(141,246,6); }
div.DivClassName
{
background-color: #8DF606;
}
.BgClassName
{
background-color: #8DF606;
}
</style>
border-color css
<style>
span { border-color: #8DF606; }
span { border-color: rgb(141,246,6); }
td.TdClassName
{
border-color: #8DF606;
}
.TagClassName
{
border-color: #8DF606;
}
</style>