Shades of Chartreuse #8DFA21
Tints of Chartreuse #8DFA21
RGB
CMYK
RGB Variations
Color information
#8DFA21 (or 0x8DFA21) is known color: Chartreuse. HEX triplet: 8D, FA and 21. RGB value is (141,250,33). Sum of RGB (Red+Green+Blue) = 141+250+33=424 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.25% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFA21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFA21 is #7205DE. Grayscale: #C1C1C1. Windows color (decimal): -7472607 or 2226829. OLE color: 2226829.
HSL color Cylindrical-coordinate representation of color #8DFA21: hue angle of 90.14º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8DFA21 is Cyan = 0.44, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 250 | 33 | - |
| CMYK | 0.44 | 0 | 0.87 | 0.02 |
| HSL | 90.14º | 0.96% | 0.55% | - |
| HSV(B) | 90.14º | 0.87% | 0.98% | - |
| XYZ | 45.44 | 74.14 | 13.35 | - |
| YUV | 192.67 | 37.89 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 250 | 33 | 0.44 | 0 | 0.87 | 0.02 | 90.14 | 0.96 | 0.55 |
| Hex | 8D | FA | 21 | 2C | 0 | 57 | 2 | 5A | 60 | 37 |
| Octal | 215 | 372 | 41 | 54 | 0 | 127 | 2 | 132 | 140 | 67 |
| Binary | 10001101 | 11111010 | 100001 | 101100 | 0 | 1010111 | 10 | 1011010 | 1100000 | 110111 |
Color Harmonies of #8DFA21
Complementary color
Monochromatic Colors of #8DFA21
Black with #8DFA21
Text Example
Text Example
White with #8DFA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFA21; }
p { color: rgb(141,250,33); }
H1.HeaderClassName
{
color: #8DFA21;
}
.AnyTagClassName
{
color: #8DFA21;
}
</style>
background-color css
<style>
a { background-color: #8DFA21; }
a { background-color: rgb(141,250,33); }
div.DivClassName
{
background-color: #8DFA21;
}
.BgClassName
{
background-color: #8DFA21;
}
</style>
border-color css
<style>
span { border-color: #8DFA21; }
span { border-color: rgb(141,250,33); }
td.TdClassName
{
border-color: #8DFA21;
}
.TagClassName
{
border-color: #8DFA21;
}
</style>