Shades of Chartreuse #8DF10F
Tints of Chartreuse #8DF10F
RGB
CMYK
RGB Variations
Color information
#8DF10F (or 0x8DF10F) is known color: Chartreuse. HEX triplet: 8D, F1 and 0F. RGB value is (141,241,15). Sum of RGB (Red+Green+Blue) = 141+241+15=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 241 (94.53% from 255 or 60.71% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF10F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF10F is #720EF0. Grayscale: #BABABA. Windows color (decimal): -7474929 or 1044877. OLE color: 1044877.
HSL color Cylindrical-coordinate representation of color #8DF10F: hue angle of 86.55º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8DF10F is Cyan = 0.41, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 15 | - |
| CMYK | 0.41 | 0 | 0.94 | 0.05 |
| HSL | 86.55º | 0.89% | 0.5% | - |
| HSV(B) | 86.55º | 0.94% | 0.95% | - |
| XYZ | 42.53 | 68.61 | 11.45 | - |
| YUV | 185.34 | 31.87 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 15 | 0.41 | 0 | 0.94 | 0.05 | 86.55 | 0.89 | 0.5 |
| Hex | 8D | F1 | F | 29 | 0 | 5E | 5 | 57 | 59 | 32 |
| Octal | 215 | 361 | 17 | 51 | 0 | 136 | 5 | 127 | 131 | 62 |
| Binary | 10001101 | 11110001 | 1111 | 101001 | 0 | 1011110 | 101 | 1010111 | 1011001 | 110010 |
Color Harmonies of #8DF10F
Complementary color
Monochromatic Colors of #8DF10F
Black with #8DF10F
Text Example
Text Example
White with #8DF10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF10F; }
p { color: rgb(141,241,15); }
H1.HeaderClassName
{
color: #8DF10F;
}
.AnyTagClassName
{
color: #8DF10F;
}
</style>
background-color css
<style>
a { background-color: #8DF10F; }
a { background-color: rgb(141,241,15); }
div.DivClassName
{
background-color: #8DF10F;
}
.BgClassName
{
background-color: #8DF10F;
}
</style>
border-color css
<style>
span { border-color: #8DF10F; }
span { border-color: rgb(141,241,15); }
td.TdClassName
{
border-color: #8DF10F;
}
.TagClassName
{
border-color: #8DF10F;
}
</style>