Shades of Green Yellow #8AFF47
Tints of Green Yellow #8AFF47
RGB
CMYK
RGB Variations
Color information
#8AFF47 (or 0x8AFF47) is known color: Green Yellow. HEX triplet: 8A, FF and 47. RGB value is (138,255,71). Sum of RGB (Red+Green+Blue) = 138+255+71=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 255 (100% from 255 or 54.96% from 464); Blue value is 71 (28.12% from 255 or 15.30% from 464); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFF47 is #7500B8. Grayscale: #C7C7C7. Windows color (decimal): -7667897 or 4718474. OLE color: 4718474.
HSL color Cylindrical-coordinate representation of color #8AFF47: hue angle of 98.15º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AFF47 is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 71 | - |
| CMYK | 0.46 | 0 | 0.72 | 0 |
| HSL | 98.15º | 1% | 0.64% | - |
| HSV(B) | 98.15º | 0.72% | 1% | - |
| XYZ | 47.38 | 77.38 | 18.4 | - |
| YUV | 199.04 | 55.74 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 71 | 0.46 | 0 | 0.72 | 0 | 98.15 | 1 | 0.64 |
| Hex | 8A | FF | 47 | 2E | 0 | 48 | 0 | 62 | 64 | 40 |
| Octal | 212 | 377 | 107 | 56 | 0 | 110 | 0 | 142 | 144 | 100 |
| Binary | 10001010 | 11111111 | 1000111 | 101110 | 0 | 1001000 | 0 | 1100010 | 1100100 | 1000000 |
Color Harmonies of #8AFF47
Complementary color
Monochromatic Colors of #8AFF47
Black with #8AFF47
Text Example
Text Example
White with #8AFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF47; }
p { color: rgb(138,255,71); }
H1.HeaderClassName
{
color: #8AFF47;
}
.AnyTagClassName
{
color: #8AFF47;
}
</style>
background-color css
<style>
a { background-color: #8AFF47; }
a { background-color: rgb(138,255,71); }
div.DivClassName
{
background-color: #8AFF47;
}
.BgClassName
{
background-color: #8AFF47;
}
</style>
border-color css
<style>
span { border-color: #8AFF47; }
span { border-color: rgb(138,255,71); }
td.TdClassName
{
border-color: #8AFF47;
}
.TagClassName
{
border-color: #8AFF47;
}
</style>