Shades of Green Yellow #8CFE40
Tints of Green Yellow #8CFE40
RGB
CMYK
RGB Variations
Color information
#8CFE40 (or 0x8CFE40) is known color: Green Yellow. HEX triplet: 8C, FE and 40. RGB value is (140,254,64). Sum of RGB (Red+Green+Blue) = 140+254+64=458 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.57% from 458); Green value is 254 (99.61% from 255 or 55.46% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFE40 is #7301BF. Grayscale: #C6C6C6. Windows color (decimal): -7537088 or 4259468. OLE color: 4259468.
HSL color Cylindrical-coordinate representation of color #8CFE40: hue angle of 96º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8CFE40 is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 64 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.00 |
| HSL | 96º | 0.99% | 0.62% | - |
| HSV(B) | 96º | 0.75% | 1% | - |
| XYZ | 47.18 | 76.83 | 17.19 | - |
| YUV | 198.25 | 52.23 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 64 | 0.45 | 0 | 0.75 | 0.00 | 96 | 0.99 | 0.62 |
| Hex | 8C | FE | 40 | 2D | 0 | 4B | 0 | 60 | 63 | 3E |
| Octal | 214 | 376 | 100 | 55 | 0 | 113 | 0 | 140 | 143 | 76 |
| Binary | 10001100 | 11111110 | 1000000 | 101101 | 0 | 1001011 | 0 | 1100000 | 1100011 | 111110 |
Color Harmonies of #8CFE40
Complementary color
Monochromatic Colors of #8CFE40
Black with #8CFE40
Text Example
Text Example
White with #8CFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE40; }
p { color: rgb(140,254,64); }
H1.HeaderClassName
{
color: #8CFE40;
}
.AnyTagClassName
{
color: #8CFE40;
}
</style>
background-color css
<style>
a { background-color: #8CFE40; }
a { background-color: rgb(140,254,64); }
div.DivClassName
{
background-color: #8CFE40;
}
.BgClassName
{
background-color: #8CFE40;
}
</style>
border-color css
<style>
span { border-color: #8CFE40; }
span { border-color: rgb(140,254,64); }
td.TdClassName
{
border-color: #8CFE40;
}
.TagClassName
{
border-color: #8CFE40;
}
</style>