Shades of Chartreuse #8DF205
Tints of Chartreuse #8DF205
RGB
CMYK
RGB Variations
Color information
#8DF205 (or 0x8DF205) is known color: Chartreuse. HEX triplet: 8D, F2 and 05. RGB value is (141,242,5). Sum of RGB (Red+Green+Blue) = 141+242+5=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 242 (94.92% from 255 or 62.37% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF205 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF205 is #720DFA. Grayscale: #B9B9B9. Windows color (decimal): -7474683 or 389773. OLE color: 389773.
HSL color Cylindrical-coordinate representation of color #8DF205: hue angle of 85.57º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8DF205 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 5 | - |
| CMYK | 0.42 | 0 | 0.98 | 0.05 |
| HSL | 85.57º | 0.96% | 0.48% | - |
| HSV(B) | 85.57º | 0.98% | 0.95% | - |
| XYZ | 42.76 | 69.18 | 11.24 | - |
| YUV | 184.78 | 26.54 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 5 | 0.42 | 0 | 0.98 | 0.05 | 85.57 | 0.96 | 0.48 |
| Hex | 8D | F2 | 5 | 2A | 0 | 62 | 5 | 56 | 60 | 30 |
| Octal | 215 | 362 | 5 | 52 | 0 | 142 | 5 | 126 | 140 | 60 |
| Binary | 10001101 | 11110010 | 101 | 101010 | 0 | 1100010 | 101 | 1010110 | 1100000 | 110000 |
Color Harmonies of #8DF205
Complementary color
Monochromatic Colors of #8DF205
Black with #8DF205
Text Example
Text Example
White with #8DF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF205; }
p { color: rgb(141,242,5); }
H1.HeaderClassName
{
color: #8DF205;
}
.AnyTagClassName
{
color: #8DF205;
}
</style>
background-color css
<style>
a { background-color: #8DF205; }
a { background-color: rgb(141,242,5); }
div.DivClassName
{
background-color: #8DF205;
}
.BgClassName
{
background-color: #8DF205;
}
</style>
border-color css
<style>
span { border-color: #8DF205; }
span { border-color: rgb(141,242,5); }
td.TdClassName
{
border-color: #8DF205;
}
.TagClassName
{
border-color: #8DF205;
}
</style>