Shades of Green Yellow #8AF83F
Tints of Green Yellow #8AF83F
RGB
CMYK
RGB Variations
Color information
#8AF83F (or 0x8AF83F) is known color: Green Yellow. HEX triplet: 8A, F8 and 3F. RGB value is (138,248,63). Sum of RGB (Red+Green+Blue) = 138+248+63=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 248 (97.27% from 255 or 55.23% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF83F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF83F is #7507C0. Grayscale: #C2C2C2. Windows color (decimal): -7669697 or 4192394. OLE color: 4192394.
HSL color Cylindrical-coordinate representation of color #8AF83F: hue angle of 95.68º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AF83F is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 248 | 63 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.03 |
| HSL | 95.68º | 0.93% | 0.61% | - |
| HSV(B) | 95.68º | 0.75% | 0.97% | - |
| XYZ | 44.95 | 72.9 | 16.4 | - |
| YUV | 194.02 | 54.06 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 248 | 63 | 0.44 | 0 | 0.75 | 0.03 | 95.68 | 0.93 | 0.61 |
| Hex | 8A | F8 | 3F | 2C | 0 | 4B | 3 | 60 | 5D | 3D |
| Octal | 212 | 370 | 77 | 54 | 0 | 113 | 3 | 140 | 135 | 75 |
| Binary | 10001010 | 11111000 | 111111 | 101100 | 0 | 1001011 | 11 | 1100000 | 1011101 | 111101 |
Color Harmonies of #8AF83F
Complementary color
Monochromatic Colors of #8AF83F
Black with #8AF83F
Text Example
Text Example
White with #8AF83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF83F; }
p { color: rgb(138,248,63); }
H1.HeaderClassName
{
color: #8AF83F;
}
.AnyTagClassName
{
color: #8AF83F;
}
</style>
background-color css
<style>
a { background-color: #8AF83F; }
a { background-color: rgb(138,248,63); }
div.DivClassName
{
background-color: #8AF83F;
}
.BgClassName
{
background-color: #8AF83F;
}
</style>
border-color css
<style>
span { border-color: #8AF83F; }
span { border-color: rgb(138,248,63); }
td.TdClassName
{
border-color: #8AF83F;
}
.TagClassName
{
border-color: #8AF83F;
}
</style>