Shades of Chartreuse #8DFF08
Tints of Chartreuse #8DFF08
RGB
CMYK
RGB Variations
Color information
#8DFF08 (or 0x8DFF08) is known color: Chartreuse. HEX triplet: 8D, FF and 08. RGB value is (141,255,8). Sum of RGB (Red+Green+Blue) = 141+255+8=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 255 (100% from 255 or 63.12% from 404); Blue value is 8 (3.52% from 255 or 1.98% from 404); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFF08 is #7200F7. Grayscale: #C1C1C1. Windows color (decimal): -7471352 or 589709. OLE color: 589709.
HSL color Cylindrical-coordinate representation of color #8DFF08: hue angle of 87.69º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8DFF08 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 8 | - |
| CMYK | 0.45 | 0 | 0.97 | 0 |
| HSL | 87.69º | 1% | 0.52% | - |
| HSV(B) | 87.69º | 0.97% | 1% | - |
| XYZ | 46.79 | 77.2 | 12.66 | - |
| YUV | 192.76 | 23.73 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 8 | 0.45 | 0 | 0.97 | 0 | 87.69 | 1 | 0.52 |
| Hex | 8D | FF | 8 | 2D | 0 | 61 | 0 | 58 | 64 | 34 |
| Octal | 215 | 377 | 10 | 55 | 0 | 141 | 0 | 130 | 144 | 64 |
| Binary | 10001101 | 11111111 | 1000 | 101101 | 0 | 1100001 | 0 | 1011000 | 1100100 | 110100 |
Color Harmonies of #8DFF08
Complementary color
Monochromatic Colors of #8DFF08
Black with #8DFF08
Text Example
Text Example
White with #8DFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF08; }
p { color: rgb(141,255,8); }
H1.HeaderClassName
{
color: #8DFF08;
}
.AnyTagClassName
{
color: #8DFF08;
}
</style>
background-color css
<style>
a { background-color: #8DFF08; }
a { background-color: rgb(141,255,8); }
div.DivClassName
{
background-color: #8DFF08;
}
.BgClassName
{
background-color: #8DFF08;
}
</style>
border-color css
<style>
span { border-color: #8DFF08; }
span { border-color: rgb(141,255,8); }
td.TdClassName
{
border-color: #8DFF08;
}
.TagClassName
{
border-color: #8DFF08;
}
</style>