Shades of Green Yellow #8CFE46
Tints of Green Yellow #8CFE46
RGB
CMYK
RGB Variations
Color information
#8CFE46 (or 0x8CFE46) is known color: Green Yellow. HEX triplet: 8C, FE and 46. RGB value is (140,254,70). Sum of RGB (Red+Green+Blue) = 140+254+70=464 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.17% from 464); Green value is 254 (99.61% from 255 or 54.74% from 464); Blue value is 70 (27.73% from 255 or 15.09% from 464); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFE46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8CFE46 is #7301B9. Grayscale: #C7C7C7. Windows color (decimal): -7537082 or 4652684. OLE color: 4652684.
HSL color Cylindrical-coordinate representation of color #8CFE46: hue angle of 97.17º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CFE46 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 70 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.00 |
| HSL | 97.17º | 0.99% | 0.64% | - |
| HSV(B) | 97.17º | 0.72% | 1% | - |
| XYZ | 47.36 | 76.9 | 18.14 | - |
| YUV | 198.94 | 55.23 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 70 | 0.45 | 0 | 0.72 | 0.00 | 97.17 | 0.99 | 0.64 |
| Hex | 8C | FE | 46 | 2D | 0 | 48 | 0 | 61 | 63 | 40 |
| Octal | 214 | 376 | 106 | 55 | 0 | 110 | 0 | 141 | 143 | 100 |
| Binary | 10001100 | 11111110 | 1000110 | 101101 | 0 | 1001000 | 0 | 1100001 | 1100011 | 1000000 |
Color Harmonies of #8CFE46
Complementary color
Monochromatic Colors of #8CFE46
Black with #8CFE46
Text Example
Text Example
White with #8CFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFE46; }
p { color: rgb(140,254,70); }
H1.HeaderClassName
{
color: #8CFE46;
}
.AnyTagClassName
{
color: #8CFE46;
}
</style>
background-color css
<style>
a { background-color: #8CFE46; }
a { background-color: rgb(140,254,70); }
div.DivClassName
{
background-color: #8CFE46;
}
.BgClassName
{
background-color: #8CFE46;
}
</style>
border-color css
<style>
span { border-color: #8CFE46; }
span { border-color: rgb(140,254,70); }
td.TdClassName
{
border-color: #8CFE46;
}
.TagClassName
{
border-color: #8CFE46;
}
</style>