Shades of Chartreuse #8DF113
Tints of Chartreuse #8DF113
RGB
CMYK
RGB Variations
Color information
#8DF113 (or 0x8DF113) is known color: Chartreuse. HEX triplet: 8D, F1 and 13. RGB value is (141,241,19). Sum of RGB (Red+Green+Blue) = 141+241+19=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 241 (94.53% from 255 or 60.10% from 401); Blue value is 19 (7.81% from 255 or 4.74% from 401); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF113 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF113 is #720EEC. Grayscale: #BABABA. Windows color (decimal): -7474925 or 1307021. OLE color: 1307021.
HSL color Cylindrical-coordinate representation of color #8DF113: hue angle of 87.03º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8DF113 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 19 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.05 |
| HSL | 87.03º | 0.89% | 0.51% | - |
| HSV(B) | 87.03º | 0.92% | 0.95% | - |
| XYZ | 42.56 | 68.62 | 11.62 | - |
| YUV | 185.79 | 33.87 | 96.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 19 | 0.41 | 0 | 0.92 | 0.05 | 87.03 | 0.89 | 0.51 |
| Hex | 8D | F1 | 13 | 29 | 0 | 5C | 5 | 57 | 59 | 33 |
| Octal | 215 | 361 | 23 | 51 | 0 | 134 | 5 | 127 | 131 | 63 |
| Binary | 10001101 | 11110001 | 10011 | 101001 | 0 | 1011100 | 101 | 1010111 | 1011001 | 110011 |
Color Harmonies of #8DF113
Complementary color
Monochromatic Colors of #8DF113
Black with #8DF113
Text Example
Text Example
White with #8DF113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF113; }
p { color: rgb(141,241,19); }
H1.HeaderClassName
{
color: #8DF113;
}
.AnyTagClassName
{
color: #8DF113;
}
</style>
background-color css
<style>
a { background-color: #8DF113; }
a { background-color: rgb(141,241,19); }
div.DivClassName
{
background-color: #8DF113;
}
.BgClassName
{
background-color: #8DF113;
}
</style>
border-color css
<style>
span { border-color: #8DF113; }
span { border-color: rgb(141,241,19); }
td.TdClassName
{
border-color: #8DF113;
}
.TagClassName
{
border-color: #8DF113;
}
</style>