Shades of Chartreuse #8CFE0D
Tints of Chartreuse #8CFE0D
RGB
CMYK
RGB Variations
Color information
#8CFE0D (or 0x8CFE0D) is known color: Chartreuse. HEX triplet: 8C, FE and 0D. RGB value is (140,254,13). Sum of RGB (Red+Green+Blue) = 140+254+13=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 254 (99.61% from 255 or 62.41% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFE0D is #7301F2. Grayscale: #C1C1C1. Windows color (decimal): -7537139 or 917132. OLE color: 917132.
HSL color Cylindrical-coordinate representation of color #8CFE0D: hue angle of 88.38º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CFE0D is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 13 | - |
| CMYK | 0.45 | 0 | 0.95 | 0.00 |
| HSL | 88.38º | 0.99% | 0.52% | - |
| HSV(B) | 88.38º | 0.95% | 1% | - |
| XYZ | 46.33 | 76.49 | 12.7 | - |
| YUV | 192.44 | 26.73 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 13 | 0.45 | 0 | 0.95 | 0.00 | 88.38 | 0.99 | 0.52 |
| Hex | 8C | FE | D | 2D | 0 | 5F | 0 | 58 | 63 | 34 |
| Octal | 214 | 376 | 15 | 55 | 0 | 137 | 0 | 130 | 143 | 64 |
| Binary | 10001100 | 11111110 | 1101 | 101101 | 0 | 1011111 | 0 | 1011000 | 1100011 | 110100 |
Color Harmonies of #8CFE0D
Complementary color
Monochromatic Colors of #8CFE0D
Black with #8CFE0D
Text Example
Text Example
White with #8CFE0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE0D; }
p { color: rgb(140,254,13); }
H1.HeaderClassName
{
color: #8CFE0D;
}
.AnyTagClassName
{
color: #8CFE0D;
}
</style>
background-color css
<style>
a { background-color: #8CFE0D; }
a { background-color: rgb(140,254,13); }
div.DivClassName
{
background-color: #8CFE0D;
}
.BgClassName
{
background-color: #8CFE0D;
}
</style>
border-color css
<style>
span { border-color: #8CFE0D; }
span { border-color: rgb(140,254,13); }
td.TdClassName
{
border-color: #8CFE0D;
}
.TagClassName
{
border-color: #8CFE0D;
}
</style>