Shades of Chartreuse #8DFC05
Tints of Chartreuse #8DFC05
RGB
CMYK
RGB Variations
Color information
#8DFC05 (or 0x8DFC05) is known color: Chartreuse. HEX triplet: 8D, FC and 05. RGB value is (141,252,5). Sum of RGB (Red+Green+Blue) = 141+252+5=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 252 (98.83% from 255 or 63.32% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFC05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFC05 is #7203FA. Grayscale: #BFBFBF. Windows color (decimal): -7472123 or 392333. OLE color: 392333.
HSL color Cylindrical-coordinate representation of color #8DFC05: hue angle of 86.96º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DFC05 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 252 | 5 | - |
| CMYK | 0.44 | 0 | 0.98 | 0.01 |
| HSL | 86.96º | 0.98% | 0.5% | - |
| HSV(B) | 86.96º | 0.98% | 0.99% | - |
| XYZ | 45.82 | 75.29 | 12.26 | - |
| YUV | 190.65 | 23.23 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 252 | 5 | 0.44 | 0 | 0.98 | 0.01 | 86.96 | 0.98 | 0.5 |
| Hex | 8D | FC | 5 | 2C | 0 | 62 | 1 | 57 | 62 | 32 |
| Octal | 215 | 374 | 5 | 54 | 0 | 142 | 1 | 127 | 142 | 62 |
| Binary | 10001101 | 11111100 | 101 | 101100 | 0 | 1100010 | 1 | 1010111 | 1100010 | 110010 |
Color Harmonies of #8DFC05
Complementary color
Monochromatic Colors of #8DFC05
Black with #8DFC05
Text Example
Text Example
White with #8DFC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFC05; }
p { color: rgb(141,252,5); }
H1.HeaderClassName
{
color: #8DFC05;
}
.AnyTagClassName
{
color: #8DFC05;
}
</style>
background-color css
<style>
a { background-color: #8DFC05; }
a { background-color: rgb(141,252,5); }
div.DivClassName
{
background-color: #8DFC05;
}
.BgClassName
{
background-color: #8DFC05;
}
</style>
border-color css
<style>
span { border-color: #8DFC05; }
span { border-color: rgb(141,252,5); }
td.TdClassName
{
border-color: #8DFC05;
}
.TagClassName
{
border-color: #8DFC05;
}
</style>