Shades of Chartreuse #8CFE0F
Tints of Chartreuse #8CFE0F
RGB
CMYK
RGB Variations
Color information
#8CFE0F (or 0x8CFE0F) is known color: Chartreuse. HEX triplet: 8C, FE and 0F. RGB value is (140,254,15). Sum of RGB (Red+Green+Blue) = 140+254+15=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 254 (99.61% from 255 or 62.10% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8CFE0F is #7301F0. Grayscale: #C1C1C1. Windows color (decimal): -7537137 or 1048204. OLE color: 1048204.
HSL color Cylindrical-coordinate representation of color #8CFE0F: hue angle of 88.62º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CFE0F is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 15 | - |
| CMYK | 0.45 | 0 | 0.94 | 0.00 |
| HSL | 88.62º | 0.99% | 0.53% | - |
| HSV(B) | 88.62º | 0.94% | 1% | - |
| XYZ | 46.34 | 76.49 | 12.77 | - |
| YUV | 192.67 | 27.73 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 15 | 0.45 | 0 | 0.94 | 0.00 | 88.62 | 0.99 | 0.53 |
| Hex | 8C | FE | F | 2D | 0 | 5E | 0 | 59 | 63 | 35 |
| Octal | 214 | 376 | 17 | 55 | 0 | 136 | 0 | 131 | 143 | 65 |
| Binary | 10001100 | 11111110 | 1111 | 101101 | 0 | 1011110 | 0 | 1011001 | 1100011 | 110101 |
Color Harmonies of #8CFE0F
Complementary color
Monochromatic Colors of #8CFE0F
Black with #8CFE0F
Text Example
Text Example
White with #8CFE0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE0F; }
p { color: rgb(140,254,15); }
H1.HeaderClassName
{
color: #8CFE0F;
}
.AnyTagClassName
{
color: #8CFE0F;
}
</style>
background-color css
<style>
a { background-color: #8CFE0F; }
a { background-color: rgb(140,254,15); }
div.DivClassName
{
background-color: #8CFE0F;
}
.BgClassName
{
background-color: #8CFE0F;
}
</style>
border-color css
<style>
span { border-color: #8CFE0F; }
span { border-color: rgb(140,254,15); }
td.TdClassName
{
border-color: #8CFE0F;
}
.TagClassName
{
border-color: #8CFE0F;
}
</style>