Shades of Green Yellow #8AF64D
Tints of Green Yellow #8AF64D
RGB
CMYK
RGB Variations
Color information
#8AF64D (or 0x8AF64D) is known color: Green Yellow. HEX triplet: 8A, F6 and 4D. RGB value is (138,246,77). Sum of RGB (Red+Green+Blue) = 138+246+77=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 77 (30.47% from 255 or 16.70% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF64D is #7509B2. Grayscale: #C3C3C3. Windows color (decimal): -7670195 or 5109386. OLE color: 5109386.
HSL color Cylindrical-coordinate representation of color #8AF64D: hue angle of 98.34º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AF64D is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 246 | 77 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.04 |
| HSL | 98.34º | 0.9% | 0.63% | - |
| HSV(B) | 98.34º | 0.69% | 0.96% | - |
| XYZ | 44.78 | 71.85 | 18.53 | - |
| YUV | 194.44 | 61.72 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 246 | 77 | 0.44 | 0 | 0.69 | 0.04 | 98.34 | 0.9 | 0.63 |
| Hex | 8A | F6 | 4D | 2C | 0 | 45 | 4 | 62 | 5A | 3F |
| Octal | 212 | 366 | 115 | 54 | 0 | 105 | 4 | 142 | 132 | 77 |
| Binary | 10001010 | 11110110 | 1001101 | 101100 | 0 | 1000101 | 100 | 1100010 | 1011010 | 111111 |
Color Harmonies of #8AF64D
Complementary color
Monochromatic Colors of #8AF64D
Black with #8AF64D
Text Example
Text Example
White with #8AF64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF64D; }
p { color: rgb(138,246,77); }
H1.HeaderClassName
{
color: #8AF64D;
}
.AnyTagClassName
{
color: #8AF64D;
}
</style>
background-color css
<style>
a { background-color: #8AF64D; }
a { background-color: rgb(138,246,77); }
div.DivClassName
{
background-color: #8AF64D;
}
.BgClassName
{
background-color: #8AF64D;
}
</style>
border-color css
<style>
span { border-color: #8AF64D; }
span { border-color: rgb(138,246,77); }
td.TdClassName
{
border-color: #8AF64D;
}
.TagClassName
{
border-color: #8AF64D;
}
</style>