Shades of Green Yellow #8AF73D
Tints of Green Yellow #8AF73D
RGB
CMYK
RGB Variations
Color information
#8AF73D (or 0x8AF73D) is known color: Green Yellow. HEX triplet: 8A, F7 and 3D. RGB value is (138,247,61). Sum of RGB (Red+Green+Blue) = 138+247+61=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 247 (96.88% from 255 or 55.38% from 446); Blue value is 61 (24.22% from 255 or 13.68% from 446); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF73D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF73D is #7508C2. Grayscale: #C1C1C1. Windows color (decimal): -7669955 or 4061066. OLE color: 4061066.
HSL color Cylindrical-coordinate representation of color #8AF73D: hue angle of 95.16º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AF73D is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 247 | 61 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.03 |
| HSL | 95.16º | 0.92% | 0.6% | - |
| HSV(B) | 95.16º | 0.75% | 0.97% | - |
| XYZ | 44.58 | 72.26 | 16.01 | - |
| YUV | 193.21 | 53.39 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 61 | 0.44 | 0 | 0.75 | 0.03 | 95.16 | 0.92 | 0.6 |
| Hex | 8A | F7 | 3D | 2C | 0 | 4B | 3 | 5F | 5C | 3C |
| Octal | 212 | 367 | 75 | 54 | 0 | 113 | 3 | 137 | 134 | 74 |
| Binary | 10001010 | 11110111 | 111101 | 101100 | 0 | 1001011 | 11 | 1011111 | 1011100 | 111100 |
Color Harmonies of #8AF73D
Complementary color
Monochromatic Colors of #8AF73D
Black with #8AF73D
Text Example
Text Example
White with #8AF73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF73D; }
p { color: rgb(138,247,61); }
H1.HeaderClassName
{
color: #8AF73D;
}
.AnyTagClassName
{
color: #8AF73D;
}
</style>
background-color css
<style>
a { background-color: #8AF73D; }
a { background-color: rgb(138,247,61); }
div.DivClassName
{
background-color: #8AF73D;
}
.BgClassName
{
background-color: #8AF73D;
}
</style>
border-color css
<style>
span { border-color: #8AF73D; }
span { border-color: rgb(138,247,61); }
td.TdClassName
{
border-color: #8AF73D;
}
.TagClassName
{
border-color: #8AF73D;
}
</style>