Shades of Chartreuse #8DFF05
Tints of Chartreuse #8DFF05
RGB
CMYK
RGB Variations
Color information
#8DFF05 (or 0x8DFF05) is known color: Chartreuse. HEX triplet: 8D, FF and 05. RGB value is (141,255,5). Sum of RGB (Red+Green+Blue) = 141+255+5=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 255 (100% from 255 or 63.59% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFF05 is #7200FA. Grayscale: #C1C1C1. Windows color (decimal): -7471355 or 393101. OLE color: 393101.
HSL color Cylindrical-coordinate representation of color #8DFF05: hue angle of 87.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DFF05 is Cyan = 0.45, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 5 | - |
| CMYK | 0.45 | 0 | 0.98 | 0 |
| HSL | 87.36º | 1% | 0.51% | - |
| HSV(B) | 87.36º | 0.98% | 1% | - |
| XYZ | 46.77 | 77.19 | 12.58 | - |
| YUV | 192.41 | 22.23 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 5 | 0.45 | 0 | 0.98 | 0 | 87.36 | 1 | 0.51 |
| Hex | 8D | FF | 5 | 2D | 0 | 62 | 0 | 57 | 64 | 33 |
| Octal | 215 | 377 | 5 | 55 | 0 | 142 | 0 | 127 | 144 | 63 |
| Binary | 10001101 | 11111111 | 101 | 101101 | 0 | 1100010 | 0 | 1010111 | 1100100 | 110011 |
Color Harmonies of #8DFF05
Complementary color
Monochromatic Colors of #8DFF05
Black with #8DFF05
Text Example
Text Example
White with #8DFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF05; }
p { color: rgb(141,255,5); }
H1.HeaderClassName
{
color: #8DFF05;
}
.AnyTagClassName
{
color: #8DFF05;
}
</style>
background-color css
<style>
a { background-color: #8DFF05; }
a { background-color: rgb(141,255,5); }
div.DivClassName
{
background-color: #8DFF05;
}
.BgClassName
{
background-color: #8DFF05;
}
</style>
border-color css
<style>
span { border-color: #8DFF05; }
span { border-color: rgb(141,255,5); }
td.TdClassName
{
border-color: #8DFF05;
}
.TagClassName
{
border-color: #8DFF05;
}
</style>