Shades of Chartreuse #8DF103
Tints of Chartreuse #8DF103
RGB
CMYK
RGB Variations
Color information
#8DF103 (or 0x8DF103) is known color: Chartreuse. HEX triplet: 8D, F1 and 03. RGB value is (141,241,3). Sum of RGB (Red+Green+Blue) = 141+241+3=385 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.62% from 385); Green value is 241 (94.53% from 255 or 62.60% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF103 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF103 is #720EFC. Grayscale: #B8B8B8. Windows color (decimal): -7474941 or 258445. OLE color: 258445.
HSL color Cylindrical-coordinate representation of color #8DF103: hue angle of 85.21º 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 #8DF103 is Cyan = 0.41, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 3 | - |
| CMYK | 0.41 | 0 | 0.99 | 0.05 |
| HSL | 85.21º | 0.98% | 0.48% | - |
| HSV(B) | 85.21º | 0.99% | 0.95% | - |
| XYZ | 42.46 | 68.58 | 11.09 | - |
| YUV | 183.97 | 25.87 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 3 | 0.41 | 0 | 0.99 | 0.05 | 85.21 | 0.98 | 0.48 |
| Hex | 8D | F1 | 3 | 29 | 0 | 63 | 5 | 55 | 62 | 30 |
| Octal | 215 | 361 | 3 | 51 | 0 | 143 | 5 | 125 | 142 | 60 |
| Binary | 10001101 | 11110001 | 11 | 101001 | 0 | 1100011 | 101 | 1010101 | 1100010 | 110000 |
Color Harmonies of #8DF103
Complementary color
Monochromatic Colors of #8DF103
Black with #8DF103
Text Example
Text Example
White with #8DF103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF103; }
p { color: rgb(141,241,3); }
H1.HeaderClassName
{
color: #8DF103;
}
.AnyTagClassName
{
color: #8DF103;
}
</style>
background-color css
<style>
a { background-color: #8DF103; }
a { background-color: rgb(141,241,3); }
div.DivClassName
{
background-color: #8DF103;
}
.BgClassName
{
background-color: #8DF103;
}
</style>
border-color css
<style>
span { border-color: #8DF103; }
span { border-color: rgb(141,241,3); }
td.TdClassName
{
border-color: #8DF103;
}
.TagClassName
{
border-color: #8DF103;
}
</style>