Shades of Chartreuse #8DFF03
Tints of Chartreuse #8DFF03
RGB
CMYK
RGB Variations
Color information
#8DFF03 (or 0x8DFF03) is known color: Chartreuse. HEX triplet: 8D, FF and 03. RGB value is (141,255,3). Sum of RGB (Red+Green+Blue) = 141+255+3=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFF03 is #7200FC. Grayscale: #C1C1C1. Windows color (decimal): -7471357 or 262029. OLE color: 262029.
HSL color Cylindrical-coordinate representation of color #8DFF03: hue angle of 87.14º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DFF03 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 3 | - |
| CMYK | 0.45 | 0 | 0.99 | 0 |
| HSL | 87.14º | 1% | 0.51% | - |
| HSV(B) | 87.14º | 0.99% | 1% | - |
| XYZ | 46.76 | 77.19 | 12.52 | - |
| YUV | 192.19 | 21.23 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 3 | 0.45 | 0 | 0.99 | 0 | 87.14 | 1 | 0.51 |
| Hex | 8D | FF | 3 | 2D | 0 | 63 | 0 | 57 | 64 | 33 |
| Octal | 215 | 377 | 3 | 55 | 0 | 143 | 0 | 127 | 144 | 63 |
| Binary | 10001101 | 11111111 | 11 | 101101 | 0 | 1100011 | 0 | 1010111 | 1100100 | 110011 |
Color Harmonies of #8DFF03
Complementary color
Monochromatic Colors of #8DFF03
Black with #8DFF03
Text Example
Text Example
White with #8DFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF03; }
p { color: rgb(141,255,3); }
H1.HeaderClassName
{
color: #8DFF03;
}
.AnyTagClassName
{
color: #8DFF03;
}
</style>
background-color css
<style>
a { background-color: #8DFF03; }
a { background-color: rgb(141,255,3); }
div.DivClassName
{
background-color: #8DFF03;
}
.BgClassName
{
background-color: #8DFF03;
}
</style>
border-color css
<style>
span { border-color: #8DFF03; }
span { border-color: rgb(141,255,3); }
td.TdClassName
{
border-color: #8DFF03;
}
.TagClassName
{
border-color: #8DFF03;
}
</style>