Shades of Chartreuse #8DFD1D
Tints of Chartreuse #8DFD1D
RGB
CMYK
RGB Variations
Color information
#8DFD1D (or 0x8DFD1D) is known color: Chartreuse. HEX triplet: 8D, FD and 1D. RGB value is (141,253,29). Sum of RGB (Red+Green+Blue) = 141+253+29=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 253 (99.22% from 255 or 59.81% from 423); Blue value is 29 (11.72% from 255 or 6.86% from 423); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFD1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFD1D is #7202E2. Grayscale: #C2C2C2. Windows color (decimal): -7471843 or 1965453. OLE color: 1965453.
HSL color Cylindrical-coordinate representation of color #8DFD1D: hue angle of 90º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8DFD1D is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 253 | 29 | - |
| CMYK | 0.44 | 0 | 0.89 | 0.01 |
| HSL | 90º | 0.98% | 0.55% | - |
| HSV(B) | 90º | 0.89% | 0.99% | - |
| XYZ | 46.33 | 76 | 13.39 | - |
| YUV | 193.98 | 34.89 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 253 | 29 | 0.44 | 0 | 0.89 | 0.01 | 90 | 0.98 | 0.55 |
| Hex | 8D | FD | 1D | 2C | 0 | 59 | 1 | 5A | 62 | 37 |
| Octal | 215 | 375 | 35 | 54 | 0 | 131 | 1 | 132 | 142 | 67 |
| Binary | 10001101 | 11111101 | 11101 | 101100 | 0 | 1011001 | 1 | 1011010 | 1100010 | 110111 |
Color Harmonies of #8DFD1D
Complementary color
Monochromatic Colors of #8DFD1D
Black with #8DFD1D
Text Example
Text Example
White with #8DFD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFD1D; }
p { color: rgb(141,253,29); }
H1.HeaderClassName
{
color: #8DFD1D;
}
.AnyTagClassName
{
color: #8DFD1D;
}
</style>
background-color css
<style>
a { background-color: #8DFD1D; }
a { background-color: rgb(141,253,29); }
div.DivClassName
{
background-color: #8DFD1D;
}
.BgClassName
{
background-color: #8DFD1D;
}
</style>
border-color css
<style>
span { border-color: #8DFD1D; }
span { border-color: rgb(141,253,29); }
td.TdClassName
{
border-color: #8DFD1D;
}
.TagClassName
{
border-color: #8DFD1D;
}
</style>