Shades of Green Yellow #8AFF4D
Tints of Green Yellow #8AFF4D
RGB
CMYK
RGB Variations
Color information
#8AFF4D (or 0x8AFF4D) is known color: Green Yellow. HEX triplet: 8A, FF and 4D. RGB value is (138,255,77). Sum of RGB (Red+Green+Blue) = 138+255+77=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFF4D is #7500B2. Grayscale: #C8C8C8. Windows color (decimal): -7667891 or 5111690. OLE color: 5111690.
HSL color Cylindrical-coordinate representation of color #8AFF4D: hue angle of 99.44º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AFF4D is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 77 | - |
| CMYK | 0.46 | 0 | 0.70 | 0 |
| HSL | 99.44º | 1% | 0.65% | - |
| HSV(B) | 99.44º | 0.7% | 1% | - |
| XYZ | 47.58 | 77.46 | 19.46 | - |
| YUV | 199.73 | 58.74 | 83.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 77 | 0.46 | 0 | 0.70 | 0 | 99.44 | 1 | 0.65 |
| Hex | 8A | FF | 4D | 2E | 0 | 46 | 0 | 63 | 64 | 41 |
| Octal | 212 | 377 | 115 | 56 | 0 | 106 | 0 | 143 | 144 | 101 |
| Binary | 10001010 | 11111111 | 1001101 | 101110 | 0 | 1000110 | 0 | 1100011 | 1100100 | 1000001 |
Color Harmonies of #8AFF4D
Complementary color
Monochromatic Colors of #8AFF4D
Black with #8AFF4D
Text Example
Text Example
White with #8AFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFF4D; }
p { color: rgb(138,255,77); }
H1.HeaderClassName
{
color: #8AFF4D;
}
.AnyTagClassName
{
color: #8AFF4D;
}
</style>
background-color css
<style>
a { background-color: #8AFF4D; }
a { background-color: rgb(138,255,77); }
div.DivClassName
{
background-color: #8AFF4D;
}
.BgClassName
{
background-color: #8AFF4D;
}
</style>
border-color css
<style>
span { border-color: #8AFF4D; }
span { border-color: rgb(138,255,77); }
td.TdClassName
{
border-color: #8AFF4D;
}
.TagClassName
{
border-color: #8AFF4D;
}
</style>