Shades of Chartreuse #8DEE18
Tints of Chartreuse #8DEE18
RGB
CMYK
RGB Variations
Color information
#8DEE18 (or 0x8DEE18) is known color: Chartreuse. HEX triplet: 8D, EE and 18. RGB value is (141,238,24). Sum of RGB (Red+Green+Blue) = 141+238+24=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 238 (93.36% from 255 or 59.06% from 403); Blue value is 24 (9.77% from 255 or 5.96% from 403); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEE18 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DEE18 is #7211E7. Grayscale: #B9B9B9. Windows color (decimal): -7475688 or 1633933. OLE color: 1633933.
HSL color Cylindrical-coordinate representation of color #8DEE18: hue angle of 87.2º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DEE18 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 24 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.07 |
| HSL | 87.2º | 0.86% | 0.51% | - |
| HSV(B) | 87.2º | 0.9% | 0.93% | - |
| XYZ | 41.72 | 66.88 | 11.57 | - |
| YUV | 184.6 | 37.36 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 24 | 0.41 | 0 | 0.90 | 0.07 | 87.2 | 0.86 | 0.51 |
| Hex | 8D | EE | 18 | 29 | 0 | 5A | 7 | 57 | 56 | 33 |
| Octal | 215 | 356 | 30 | 51 | 0 | 132 | 7 | 127 | 126 | 63 |
| Binary | 10001101 | 11101110 | 11000 | 101001 | 0 | 1011010 | 111 | 1010111 | 1010110 | 110011 |
Color Harmonies of #8DEE18
Complementary color
Monochromatic Colors of #8DEE18
Black with #8DEE18
Text Example
Text Example
White with #8DEE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEE18; }
p { color: rgb(141,238,24); }
H1.HeaderClassName
{
color: #8DEE18;
}
.AnyTagClassName
{
color: #8DEE18;
}
</style>
background-color css
<style>
a { background-color: #8DEE18; }
a { background-color: rgb(141,238,24); }
div.DivClassName
{
background-color: #8DEE18;
}
.BgClassName
{
background-color: #8DEE18;
}
</style>
border-color css
<style>
span { border-color: #8DEE18; }
span { border-color: rgb(141,238,24); }
td.TdClassName
{
border-color: #8DEE18;
}
.TagClassName
{
border-color: #8DEE18;
}
</style>