Shades of Chartreuse #8DEE10
Tints of Chartreuse #8DEE10
RGB
CMYK
RGB Variations
Color information
#8DEE10 (or 0x8DEE10) is known color: Chartreuse. HEX triplet: 8D, EE and 10. RGB value is (141,238,16). Sum of RGB (Red+Green+Blue) = 141+238+16=395 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.70% from 395); Green value is 238 (93.36% from 255 or 60.25% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEE10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DEE10 is #7211EF. Grayscale: #B8B8B8. Windows color (decimal): -7475696 or 1109645. OLE color: 1109645.
HSL color Cylindrical-coordinate representation of color #8DEE10: hue angle of 86.22º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8DEE10 is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 238 | 16 | - |
| CMYK | 0.41 | 0 | 0.93 | 0.07 |
| HSL | 86.22º | 0.87% | 0.5% | - |
| HSV(B) | 86.22º | 0.93% | 0.93% | - |
| XYZ | 41.65 | 66.85 | 11.2 | - |
| YUV | 183.69 | 33.36 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 238 | 16 | 0.41 | 0 | 0.93 | 0.07 | 86.22 | 0.87 | 0.5 |
| Hex | 8D | EE | 10 | 29 | 0 | 5D | 7 | 56 | 57 | 32 |
| Octal | 215 | 356 | 20 | 51 | 0 | 135 | 7 | 126 | 127 | 62 |
| Binary | 10001101 | 11101110 | 10000 | 101001 | 0 | 1011101 | 111 | 1010110 | 1010111 | 110010 |
Color Harmonies of #8DEE10
Complementary color
Monochromatic Colors of #8DEE10
Black with #8DEE10
Text Example
Text Example
White with #8DEE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEE10; }
p { color: rgb(141,238,16); }
H1.HeaderClassName
{
color: #8DEE10;
}
.AnyTagClassName
{
color: #8DEE10;
}
</style>
background-color css
<style>
a { background-color: #8DEE10; }
a { background-color: rgb(141,238,16); }
div.DivClassName
{
background-color: #8DEE10;
}
.BgClassName
{
background-color: #8DEE10;
}
</style>
border-color css
<style>
span { border-color: #8DEE10; }
span { border-color: rgb(141,238,16); }
td.TdClassName
{
border-color: #8DEE10;
}
.TagClassName
{
border-color: #8DEE10;
}
</style>