Shades of Chartreuse #8DF00C
Tints of Chartreuse #8DF00C
RGB
CMYK
RGB Variations
Color information
#8DF00C (or 0x8DF00C) is known color: Chartreuse. HEX triplet: 8D, F0 and 0C. RGB value is (141,240,12). Sum of RGB (Red+Green+Blue) = 141+240+12=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 240 (94.14% from 255 or 61.07% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF00C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DF00C is #720FF3. Grayscale: #B9B9B9. Windows color (decimal): -7475188 or 848013. OLE color: 848013.
HSL color Cylindrical-coordinate representation of color #8DF00C: hue angle of 86.05º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8DF00C is Cyan = 0.41, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 240 | 12 | - |
| CMYK | 0.41 | 0 | 0.95 | 0.06 |
| HSL | 86.05º | 0.9% | 0.49% | - |
| HSV(B) | 86.05º | 0.95% | 0.94% | - |
| XYZ | 42.21 | 68.01 | 11.25 | - |
| YUV | 184.41 | 30.7 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 240 | 12 | 0.41 | 0 | 0.95 | 0.06 | 86.05 | 0.9 | 0.49 |
| Hex | 8D | F0 | C | 29 | 0 | 5F | 6 | 56 | 5A | 31 |
| Octal | 215 | 360 | 14 | 51 | 0 | 137 | 6 | 126 | 132 | 61 |
| Binary | 10001101 | 11110000 | 1100 | 101001 | 0 | 1011111 | 110 | 1010110 | 1011010 | 110001 |
Color Harmonies of #8DF00C
Complementary color
Monochromatic Colors of #8DF00C
Black with #8DF00C
Text Example
Text Example
White with #8DF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF00C; }
p { color: rgb(141,240,12); }
H1.HeaderClassName
{
color: #8DF00C;
}
.AnyTagClassName
{
color: #8DF00C;
}
</style>
background-color css
<style>
a { background-color: #8DF00C; }
a { background-color: rgb(141,240,12); }
div.DivClassName
{
background-color: #8DF00C;
}
.BgClassName
{
background-color: #8DF00C;
}
</style>
border-color css
<style>
span { border-color: #8DF00C; }
span { border-color: rgb(141,240,12); }
td.TdClassName
{
border-color: #8DF00C;
}
.TagClassName
{
border-color: #8DF00C;
}
</style>