Shades of Green Yellow #8EF64A
Tints of Green Yellow #8EF64A
RGB
CMYK
RGB Variations
Color information
#8EF64A (or 0x8EF64A) is known color: Green Yellow. HEX triplet: 8E, F6 and 4A. RGB value is (142,246,74). Sum of RGB (Red+Green+Blue) = 142+246+74=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 246 (96.48% from 255 or 53.25% from 462); Blue value is 74 (29.30% from 255 or 16.02% from 462); Max value from RGB is 246 - color contains mainly: green. Hex color #8EF64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EF64A is #7109B5. Grayscale: #C3C3C3. Windows color (decimal): -7408054 or 4912782. OLE color: 4912782.
HSL color Cylindrical-coordinate representation of color #8EF64A: hue angle of 96.28º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8EF64A is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 142 | 246 | 74 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.04 |
| HSL | 96.28º | 0.91% | 0.63% | - |
| HSV(B) | 96.28º | 0.7% | 0.96% | - |
| XYZ | 45.35 | 72.16 | 18.02 | - |
| YUV | 195.3 | 59.54 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 246 | 74 | 0.42 | 0 | 0.70 | 0.04 | 96.28 | 0.91 | 0.63 |
| Hex | 8E | F6 | 4A | 2A | 0 | 46 | 4 | 60 | 5B | 3F |
| Octal | 216 | 366 | 112 | 52 | 0 | 106 | 4 | 140 | 133 | 77 |
| Binary | 10001110 | 11110110 | 1001010 | 101010 | 0 | 1000110 | 100 | 1100000 | 1011011 | 111111 |
Color Harmonies of #8EF64A
Complementary color
Monochromatic Colors of #8EF64A
Black with #8EF64A
Text Example
Text Example
White with #8EF64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF64A; }
p { color: rgb(142,246,74); }
H1.HeaderClassName
{
color: #8EF64A;
}
.AnyTagClassName
{
color: #8EF64A;
}
</style>
background-color css
<style>
a { background-color: #8EF64A; }
a { background-color: rgb(142,246,74); }
div.DivClassName
{
background-color: #8EF64A;
}
.BgClassName
{
background-color: #8EF64A;
}
</style>
border-color css
<style>
span { border-color: #8EF64A; }
span { border-color: rgb(142,246,74); }
td.TdClassName
{
border-color: #8EF64A;
}
.TagClassName
{
border-color: #8EF64A;
}
</style>