Shades of Chartreuse #8DFC21
Tints of Chartreuse #8DFC21
RGB
CMYK
RGB Variations
Color information
#8DFC21 (or 0x8DFC21) is known color: Chartreuse. HEX triplet: 8D, FC and 21. RGB value is (141,252,33). Sum of RGB (Red+Green+Blue) = 141+252+33=426 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.10% from 426); Green value is 252 (98.83% from 255 or 59.15% from 426); Blue value is 33 (13.28% from 255 or 7.75% from 426); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFC21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFC21 is #7203DE. Grayscale: #C2C2C2. Windows color (decimal): -7472095 or 2227341. OLE color: 2227341.
HSL color Cylindrical-coordinate representation of color #8DFC21: hue angle of 90.41º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DFC21 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 252 | 33 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.01 |
| HSL | 90.41º | 0.97% | 0.56% | - |
| HSV(B) | 90.41º | 0.87% | 0.99% | - |
| XYZ | 46.07 | 75.39 | 13.56 | - |
| YUV | 193.85 | 37.23 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 252 | 33 | 0.44 | 0 | 0.87 | 0.01 | 90.41 | 0.97 | 0.56 |
| Hex | 8D | FC | 21 | 2C | 0 | 57 | 1 | 5A | 61 | 38 |
| Octal | 215 | 374 | 41 | 54 | 0 | 127 | 1 | 132 | 141 | 70 |
| Binary | 10001101 | 11111100 | 100001 | 101100 | 0 | 1010111 | 1 | 1011010 | 1100001 | 111000 |
Color Harmonies of #8DFC21
Complementary color
Monochromatic Colors of #8DFC21
Black with #8DFC21
Text Example
Text Example
White with #8DFC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFC21; }
p { color: rgb(141,252,33); }
H1.HeaderClassName
{
color: #8DFC21;
}
.AnyTagClassName
{
color: #8DFC21;
}
</style>
background-color css
<style>
a { background-color: #8DFC21; }
a { background-color: rgb(141,252,33); }
div.DivClassName
{
background-color: #8DFC21;
}
.BgClassName
{
background-color: #8DFC21;
}
</style>
border-color css
<style>
span { border-color: #8DFC21; }
span { border-color: rgb(141,252,33); }
td.TdClassName
{
border-color: #8DFC21;
}
.TagClassName
{
border-color: #8DFC21;
}
</style>