Shades of Chartreuse #8DF007
Tints of Chartreuse #8DF007
RGB
CMYK
RGB Variations
Color information
#8DF007 (or 0x8DF007) is known color: Chartreuse. HEX triplet: 8D, F0 and 07. RGB value is (141,240,7). Sum of RGB (Red+Green+Blue) = 141+240+7=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 240 (94.14% from 255 or 61.86% from 388); Blue value is 7 (3.12% from 255 or 1.80% from 388); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF007 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF007 is #720FF8. Grayscale: #B8B8B8. Windows color (decimal): -7475193 or 520333. OLE color: 520333.
HSL color Cylindrical-coordinate representation of color #8DF007: hue angle of 85.49º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DF007 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 7 | - |
| CMYK | 0.41 | 0 | 0.97 | 0.06 |
| HSL | 85.49º | 0.94% | 0.48% | - |
| HSV(B) | 85.49º | 0.97% | 0.94% | - |
| XYZ | 42.18 | 68 | 11.1 | - |
| YUV | 183.84 | 28.2 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 7 | 0.41 | 0 | 0.97 | 0.06 | 85.49 | 0.94 | 0.48 |
| Hex | 8D | F0 | 7 | 29 | 0 | 61 | 6 | 55 | 5E | 30 |
| Octal | 215 | 360 | 7 | 51 | 0 | 141 | 6 | 125 | 136 | 60 |
| Binary | 10001101 | 11110000 | 111 | 101001 | 0 | 1100001 | 110 | 1010101 | 1011110 | 110000 |
Color Harmonies of #8DF007
Complementary color
Monochromatic Colors of #8DF007
Black with #8DF007
Text Example
Text Example
White with #8DF007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF007; }
p { color: rgb(141,240,7); }
H1.HeaderClassName
{
color: #8DF007;
}
.AnyTagClassName
{
color: #8DF007;
}
</style>
background-color css
<style>
a { background-color: #8DF007; }
a { background-color: rgb(141,240,7); }
div.DivClassName
{
background-color: #8DF007;
}
.BgClassName
{
background-color: #8DF007;
}
</style>
border-color css
<style>
span { border-color: #8DF007; }
span { border-color: rgb(141,240,7); }
td.TdClassName
{
border-color: #8DF007;
}
.TagClassName
{
border-color: #8DF007;
}
</style>