Shades of Chartreuse #8DF701
Tints of Chartreuse #8DF701
RGB
CMYK
RGB Variations
Color information
#8DF701 (or 0x8DF701) is known color: Chartreuse. HEX triplet: 8D, F7 and 01. RGB value is (141,247,1). Sum of RGB (Red+Green+Blue) = 141+247+1=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 247 (96.88% from 255 or 63.50% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF701 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF701 is #7208FE. Grayscale: #BCBCBC. Windows color (decimal): -7473407 or 128909. OLE color: 128909.
HSL color Cylindrical-coordinate representation of color #8DF701: hue angle of 85.85º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DF701 is Cyan = 0.43, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 141 | 247 | 1 | - |
| CMYK | 0.43 | 0 | 1.00 | 0.03 |
| HSL | 85.85º | 0.99% | 0.49% | - |
| HSV(B) | 85.85º | 1% | 0.97% | - |
| XYZ | 44.25 | 72.19 | 11.63 | - |
| YUV | 187.26 | 22.88 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 247 | 1 | 0.43 | 0 | 1.00 | 0.03 | 85.85 | 0.99 | 0.49 |
| Hex | 8D | F7 | 1 | 2B | 0 | 64 | 3 | 56 | 63 | 31 |
| Octal | 215 | 367 | 1 | 53 | 0 | 144 | 3 | 126 | 143 | 61 |
| Binary | 10001101 | 11110111 | 1 | 101011 | 0 | 1100100 | 11 | 1010110 | 1100011 | 110001 |
Color Harmonies of #8DF701
Complementary color
Monochromatic Colors of #8DF701
Black with #8DF701
Text Example
Text Example
White with #8DF701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF701; }
p { color: rgb(141,247,1); }
H1.HeaderClassName
{
color: #8DF701;
}
.AnyTagClassName
{
color: #8DF701;
}
</style>
background-color css
<style>
a { background-color: #8DF701; }
a { background-color: rgb(141,247,1); }
div.DivClassName
{
background-color: #8DF701;
}
.BgClassName
{
background-color: #8DF701;
}
</style>
border-color css
<style>
span { border-color: #8DF701; }
span { border-color: rgb(141,247,1); }
td.TdClassName
{
border-color: #8DF701;
}
.TagClassName
{
border-color: #8DF701;
}
</style>