Shades of Green Yellow #8EFD32
Tints of Green Yellow #8EFD32
RGB
CMYK
RGB Variations
Color information
#8EFD32 (or 0x8EFD32) is known color: Green Yellow. HEX triplet: 8E, FD and 32. RGB value is (142,253,50). Sum of RGB (Red+Green+Blue) = 142+253+50=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 253 (99.22% from 255 or 56.85% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFD32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EFD32 is #7102CD. Grayscale: #C5C5C5. Windows color (decimal): -7406286 or 3341710. OLE color: 3341710.
HSL color Cylindrical-coordinate representation of color #8EFD32: hue angle of 92.81º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8EFD32 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 142 | 253 | 50 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.01 |
| HSL | 92.81º | 0.98% | 0.59% | - |
| HSV(B) | 92.81º | 0.8% | 0.99% | - |
| XYZ | 46.86 | 76.23 | 15.26 | - |
| YUV | 196.67 | 45.23 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 253 | 50 | 0.44 | 0 | 0.80 | 0.01 | 92.81 | 0.98 | 0.59 |
| Hex | 8E | FD | 32 | 2C | 0 | 50 | 1 | 5D | 62 | 3B |
| Octal | 216 | 375 | 62 | 54 | 0 | 120 | 1 | 135 | 142 | 73 |
| Binary | 10001110 | 11111101 | 110010 | 101100 | 0 | 1010000 | 1 | 1011101 | 1100010 | 111011 |
Color Harmonies of #8EFD32
Complementary color
Monochromatic Colors of #8EFD32
Black with #8EFD32
Text Example
Text Example
White with #8EFD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EFD32; }
p { color: rgb(142,253,50); }
H1.HeaderClassName
{
color: #8EFD32;
}
.AnyTagClassName
{
color: #8EFD32;
}
</style>
background-color css
<style>
a { background-color: #8EFD32; }
a { background-color: rgb(142,253,50); }
div.DivClassName
{
background-color: #8EFD32;
}
.BgClassName
{
background-color: #8EFD32;
}
</style>
border-color css
<style>
span { border-color: #8EFD32; }
span { border-color: rgb(142,253,50); }
td.TdClassName
{
border-color: #8EFD32;
}
.TagClassName
{
border-color: #8EFD32;
}
</style>