Shades of Chartreuse #8DFF00
Tints of Chartreuse #8DFF00
RGB
CMYK
RGB Variations
Color information
#8DFF00 (or 0x8DFF00) is known color: Chartreuse. HEX triplet: 8D, FF and 00. RGB value is (141,255,0). Sum of RGB (Red+Green+Blue) = 141+255+0=396 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.61% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFF00 is #7200FF. Grayscale: #C0C0C0. Windows color (decimal): -7471360 or 65421. OLE color: 65421.
HSL color Cylindrical-coordinate representation of color #8DFF00: hue angle of 86.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8DFF00 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0 |
| HSL | 86.82º | 1% | 0.5% | - |
| HSV(B) | 86.82º | 1% | 1% | - |
| XYZ | 46.74 | 77.18 | 12.43 | - |
| YUV | 191.84 | 19.73 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 0 | 0.45 | 0 | 1 | 0 | 86.82 | 1 | 0.5 |
| Hex | 8D | FF | 0 | 2D | 0 | 64 | 0 | 57 | 64 | 32 |
| Octal | 215 | 377 | 0 | 55 | 0 | 144 | 0 | 127 | 144 | 62 |
| Binary | 10001101 | 11111111 | 0 | 101101 | 0 | 1100100 | 0 | 1010111 | 1100100 | 110010 |
Color Harmonies of #8DFF00
Complementary color
Monochromatic Colors of #8DFF00
Black with #8DFF00
Text Example
Text Example
White with #8DFF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF00; }
p { color: rgb(141,255,0); }
H1.HeaderClassName
{
color: #8DFF00;
}
.AnyTagClassName
{
color: #8DFF00;
}
</style>
background-color css
<style>
a { background-color: #8DFF00; }
a { background-color: rgb(141,255,0); }
div.DivClassName
{
background-color: #8DFF00;
}
.BgClassName
{
background-color: #8DFF00;
}
</style>
border-color css
<style>
span { border-color: #8DFF00; }
span { border-color: rgb(141,255,0); }
td.TdClassName
{
border-color: #8DFF00;
}
.TagClassName
{
border-color: #8DFF00;
}
</style>