Shades of Green Yellow #8AF84D
Tints of Green Yellow #8AF84D
RGB
CMYK
RGB Variations
Color information
#8AF84D (or 0x8AF84D) is known color: Green Yellow. HEX triplet: 8A, F8 and 4D. RGB value is (138,248,77). Sum of RGB (Red+Green+Blue) = 138+248+77=463 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.81% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 77 (30.47% from 255 or 16.63% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF84D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF84D is #7507B2. Grayscale: #C4C4C4. Windows color (decimal): -7669683 or 5109898. OLE color: 5109898.
HSL color Cylindrical-coordinate representation of color #8AF84D: hue angle of 98.6º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8AF84D is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 77 | - |
| CMYK | 0.44 | 0 | 0.69 | 0.03 |
| HSL | 98.6º | 0.92% | 0.64% | - |
| HSV(B) | 98.6º | 0.69% | 0.97% | - |
| XYZ | 45.39 | 73.07 | 18.73 | - |
| YUV | 195.62 | 61.06 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 77 | 0.44 | 0 | 0.69 | 0.03 | 98.6 | 0.92 | 0.64 |
| Hex | 8A | F8 | 4D | 2C | 0 | 45 | 3 | 63 | 5C | 40 |
| Octal | 212 | 370 | 115 | 54 | 0 | 105 | 3 | 143 | 134 | 100 |
| Binary | 10001010 | 11111000 | 1001101 | 101100 | 0 | 1000101 | 11 | 1100011 | 1011100 | 1000000 |
Color Harmonies of #8AF84D
Complementary color
Monochromatic Colors of #8AF84D
Black with #8AF84D
Text Example
Text Example
White with #8AF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF84D; }
p { color: rgb(138,248,77); }
H1.HeaderClassName
{
color: #8AF84D;
}
.AnyTagClassName
{
color: #8AF84D;
}
</style>
background-color css
<style>
a { background-color: #8AF84D; }
a { background-color: rgb(138,248,77); }
div.DivClassName
{
background-color: #8AF84D;
}
.BgClassName
{
background-color: #8AF84D;
}
</style>
border-color css
<style>
span { border-color: #8AF84D; }
span { border-color: rgb(138,248,77); }
td.TdClassName
{
border-color: #8AF84D;
}
.TagClassName
{
border-color: #8AF84D;
}
</style>