Shades of Chartreuse #8DF20A
Tints of Chartreuse #8DF20A
RGB
CMYK
RGB Variations
Color information
#8DF20A (or 0x8DF20A) is known color: Chartreuse. HEX triplet: 8D, F2 and 0A. RGB value is (141,242,10). Sum of RGB (Red+Green+Blue) = 141+242+10=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF20A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF20A is #720DF5. Grayscale: #BABABA. Windows color (decimal): -7474678 or 717453. OLE color: 717453.
HSL color Cylindrical-coordinate representation of color #8DF20A: hue angle of 86.12º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DF20A is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 10 | - |
| CMYK | 0.42 | 0 | 0.96 | 0.05 |
| HSL | 86.12º | 0.92% | 0.49% | - |
| HSV(B) | 86.12º | 0.96% | 0.95% | - |
| XYZ | 42.79 | 69.19 | 11.39 | - |
| YUV | 185.35 | 29.04 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 10 | 0.42 | 0 | 0.96 | 0.05 | 86.12 | 0.92 | 0.49 |
| Hex | 8D | F2 | A | 2A | 0 | 60 | 5 | 56 | 5C | 31 |
| Octal | 215 | 362 | 12 | 52 | 0 | 140 | 5 | 126 | 134 | 61 |
| Binary | 10001101 | 11110010 | 1010 | 101010 | 0 | 1100000 | 101 | 1010110 | 1011100 | 110001 |
Color Harmonies of #8DF20A
Complementary color
Monochromatic Colors of #8DF20A
Black with #8DF20A
Text Example
Text Example
White with #8DF20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF20A; }
p { color: rgb(141,242,10); }
H1.HeaderClassName
{
color: #8DF20A;
}
.AnyTagClassName
{
color: #8DF20A;
}
</style>
background-color css
<style>
a { background-color: #8DF20A; }
a { background-color: rgb(141,242,10); }
div.DivClassName
{
background-color: #8DF20A;
}
.BgClassName
{
background-color: #8DF20A;
}
</style>
border-color css
<style>
span { border-color: #8DF20A; }
span { border-color: rgb(141,242,10); }
td.TdClassName
{
border-color: #8DF20A;
}
.TagClassName
{
border-color: #8DF20A;
}
</style>