Shades of Chartreuse #8DF50D
Tints of Chartreuse #8DF50D
RGB
CMYK
RGB Variations
Color information
#8DF50D (or 0x8DF50D) is known color: Chartreuse. HEX triplet: 8D, F5 and 0D. RGB value is (141,245,13). Sum of RGB (Red+Green+Blue) = 141+245+13=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 245 (96.09% from 255 or 61.40% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF50D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF50D is #720AF2. Grayscale: #BCBCBC. Windows color (decimal): -7473907 or 914829. OLE color: 914829.
HSL color Cylindrical-coordinate representation of color #8DF50D: hue angle of 86.9º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DF50D is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 245 | 13 | - |
| CMYK | 0.42 | 0 | 0.95 | 0.04 |
| HSL | 86.9º | 0.92% | 0.51% | - |
| HSV(B) | 86.9º | 0.95% | 0.96% | - |
| XYZ | 43.71 | 71 | 11.78 | - |
| YUV | 187.46 | 29.54 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 245 | 13 | 0.42 | 0 | 0.95 | 0.04 | 86.9 | 0.92 | 0.51 |
| Hex | 8D | F5 | D | 2A | 0 | 5F | 4 | 57 | 5C | 33 |
| Octal | 215 | 365 | 15 | 52 | 0 | 137 | 4 | 127 | 134 | 63 |
| Binary | 10001101 | 11110101 | 1101 | 101010 | 0 | 1011111 | 100 | 1010111 | 1011100 | 110011 |
Color Harmonies of #8DF50D
Complementary color
Monochromatic Colors of #8DF50D
Black with #8DF50D
Text Example
Text Example
White with #8DF50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF50D; }
p { color: rgb(141,245,13); }
H1.HeaderClassName
{
color: #8DF50D;
}
.AnyTagClassName
{
color: #8DF50D;
}
</style>
background-color css
<style>
a { background-color: #8DF50D; }
a { background-color: rgb(141,245,13); }
div.DivClassName
{
background-color: #8DF50D;
}
.BgClassName
{
background-color: #8DF50D;
}
</style>
border-color css
<style>
span { border-color: #8DF50D; }
span { border-color: rgb(141,245,13); }
td.TdClassName
{
border-color: #8DF50D;
}
.TagClassName
{
border-color: #8DF50D;
}
</style>