Shades of Chartreuse #8DF202
Tints of Chartreuse #8DF202
RGB
CMYK
RGB Variations
Color information
#8DF202 (or 0x8DF202) is known color: Chartreuse. HEX triplet: 8D, F2 and 02. RGB value is (141,242,2). Sum of RGB (Red+Green+Blue) = 141+242+2=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #8DF202 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF202 is #720DFD. Grayscale: #B9B9B9. Windows color (decimal): -7474686 or 193165. OLE color: 193165.
HSL color Cylindrical-coordinate representation of color #8DF202: hue angle of 85.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8DF202 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 242 | 2 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.05 |
| HSL | 85.25º | 0.98% | 0.48% | - |
| HSV(B) | 85.25º | 0.99% | 0.95% | - |
| XYZ | 42.75 | 69.17 | 11.16 | - |
| YUV | 184.44 | 25.04 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 242 | 2 | 0.42 | 0 | 0.99 | 0.05 | 85.25 | 0.98 | 0.48 |
| Hex | 8D | F2 | 2 | 2A | 0 | 63 | 5 | 55 | 62 | 30 |
| Octal | 215 | 362 | 2 | 52 | 0 | 143 | 5 | 125 | 142 | 60 |
| Binary | 10001101 | 11110010 | 10 | 101010 | 0 | 1100011 | 101 | 1010101 | 1100010 | 110000 |
Color Harmonies of #8DF202
Complementary color
Monochromatic Colors of #8DF202
Black with #8DF202
Text Example
Text Example
White with #8DF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF202; }
p { color: rgb(141,242,2); }
H1.HeaderClassName
{
color: #8DF202;
}
.AnyTagClassName
{
color: #8DF202;
}
</style>
background-color css
<style>
a { background-color: #8DF202; }
a { background-color: rgb(141,242,2); }
div.DivClassName
{
background-color: #8DF202;
}
.BgClassName
{
background-color: #8DF202;
}
</style>
border-color css
<style>
span { border-color: #8DF202; }
span { border-color: rgb(141,242,2); }
td.TdClassName
{
border-color: #8DF202;
}
.TagClassName
{
border-color: #8DF202;
}
</style>