Shades of Chartreuse #8DF006
Tints of Chartreuse #8DF006
RGB
CMYK
RGB Variations
Color information
#8DF006 (or 0x8DF006) is known color: Chartreuse. HEX triplet: 8D, F0 and 06. RGB value is (141,240,6). Sum of RGB (Red+Green+Blue) = 141+240+6=387 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.43% from 387); Green value is 240 (94.14% from 255 or 62.02% from 387); Blue value is 6 (2.73% from 255 or 1.55% from 387); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF006 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF006 is #720FF9. Grayscale: #B8B8B8. Windows color (decimal): -7475194 or 454797. OLE color: 454797.
HSL color Cylindrical-coordinate representation of color #8DF006: hue angle of 85.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DF006 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 6 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.06 |
| HSL | 85.38º | 0.95% | 0.48% | - |
| HSV(B) | 85.38º | 0.98% | 0.94% | - |
| XYZ | 42.18 | 68 | 11.07 | - |
| YUV | 183.72 | 27.7 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 6 | 0.41 | 0 | 0.98 | 0.06 | 85.38 | 0.95 | 0.48 |
| Hex | 8D | F0 | 6 | 29 | 0 | 62 | 6 | 55 | 5F | 30 |
| Octal | 215 | 360 | 6 | 51 | 0 | 142 | 6 | 125 | 137 | 60 |
| Binary | 10001101 | 11110000 | 110 | 101001 | 0 | 1100010 | 110 | 1010101 | 1011111 | 110000 |
Color Harmonies of #8DF006
Complementary color
Monochromatic Colors of #8DF006
Black with #8DF006
Text Example
Text Example
White with #8DF006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF006; }
p { color: rgb(141,240,6); }
H1.HeaderClassName
{
color: #8DF006;
}
.AnyTagClassName
{
color: #8DF006;
}
</style>
background-color css
<style>
a { background-color: #8DF006; }
a { background-color: rgb(141,240,6); }
div.DivClassName
{
background-color: #8DF006;
}
.BgClassName
{
background-color: #8DF006;
}
</style>
border-color css
<style>
span { border-color: #8DF006; }
span { border-color: rgb(141,240,6); }
td.TdClassName
{
border-color: #8DF006;
}
.TagClassName
{
border-color: #8DF006;
}
</style>