Shades of Green Yellow #8DFF32
Tints of Green Yellow #8DFF32
RGB
CMYK
RGB Variations
Color information
#8DFF32 (or 0x8DFF32) is known color: Green Yellow. HEX triplet: 8D, FF and 32. RGB value is (141,255,50). Sum of RGB (Red+Green+Blue) = 141+255+50=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DFF32 is #7200CD. Grayscale: #C6C6C6. Windows color (decimal): -7471310 or 3342221. OLE color: 3342221.
HSL color Cylindrical-coordinate representation of color #8DFF32: hue angle of 93.37º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8DFF32 is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 255 | 50 | - |
| CMYK | 0.45 | 0 | 0.80 | 0 |
| HSL | 93.37º | 1% | 0.6% | - |
| HSV(B) | 93.37º | 0.8% | 1% | - |
| XYZ | 47.32 | 77.41 | 15.47 | - |
| YUV | 197.54 | 44.73 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 255 | 50 | 0.45 | 0 | 0.80 | 0 | 93.37 | 1 | 0.6 |
| Hex | 8D | FF | 32 | 2D | 0 | 50 | 0 | 5D | 64 | 3C |
| Octal | 215 | 377 | 62 | 55 | 0 | 120 | 0 | 135 | 144 | 74 |
| Binary | 10001101 | 11111111 | 110010 | 101101 | 0 | 1010000 | 0 | 1011101 | 1100100 | 111100 |
Color Harmonies of #8DFF32
Complementary color
Monochromatic Colors of #8DFF32
Black with #8DFF32
Text Example
Text Example
White with #8DFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFF32; }
p { color: rgb(141,255,50); }
H1.HeaderClassName
{
color: #8DFF32;
}
.AnyTagClassName
{
color: #8DFF32;
}
</style>
background-color css
<style>
a { background-color: #8DFF32; }
a { background-color: rgb(141,255,50); }
div.DivClassName
{
background-color: #8DFF32;
}
.BgClassName
{
background-color: #8DFF32;
}
</style>
border-color css
<style>
span { border-color: #8DFF32; }
span { border-color: rgb(141,255,50); }
td.TdClassName
{
border-color: #8DFF32;
}
.TagClassName
{
border-color: #8DFF32;
}
</style>