Shades of Green Yellow #8AFF32
Tints of Green Yellow #8AFF32
RGB
CMYK
RGB Variations
Color information
#8AFF32 (or 0x8AFF32) is known color: Green Yellow. HEX triplet: 8A, FF and 32. RGB value is (138,255,50). Sum of RGB (Red+Green+Blue) = 138+255+50=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 255 (100% from 255 or 57.56% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFF32 is #7500CD. Grayscale: #C5C5C5. Windows color (decimal): -7667918 or 3342218. OLE color: 3342218.
HSL color Cylindrical-coordinate representation of color #8AFF32: hue angle of 94.24º 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 #8AFF32 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 50 | - |
| CMYK | 0.46 | 0 | 0.80 | 0 |
| HSL | 94.24º | 1% | 0.6% | - |
| HSV(B) | 94.24º | 0.8% | 1% | - |
| XYZ | 46.82 | 77.15 | 15.44 | - |
| YUV | 196.65 | 45.24 | 86.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 50 | 0.46 | 0 | 0.80 | 0 | 94.24 | 1 | 0.6 |
| Hex | 8A | FF | 32 | 2E | 0 | 50 | 0 | 5E | 64 | 3C |
| Octal | 212 | 377 | 62 | 56 | 0 | 120 | 0 | 136 | 144 | 74 |
| Binary | 10001010 | 11111111 | 110010 | 101110 | 0 | 1010000 | 0 | 1011110 | 1100100 | 111100 |
Color Harmonies of #8AFF32
Complementary color
Monochromatic Colors of #8AFF32
Black with #8AFF32
Text Example
Text Example
White with #8AFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF32; }
p { color: rgb(138,255,50); }
H1.HeaderClassName
{
color: #8AFF32;
}
.AnyTagClassName
{
color: #8AFF32;
}
</style>
background-color css
<style>
a { background-color: #8AFF32; }
a { background-color: rgb(138,255,50); }
div.DivClassName
{
background-color: #8AFF32;
}
.BgClassName
{
background-color: #8AFF32;
}
</style>
border-color css
<style>
span { border-color: #8AFF32; }
span { border-color: rgb(138,255,50); }
td.TdClassName
{
border-color: #8AFF32;
}
.TagClassName
{
border-color: #8AFF32;
}
</style>