Shades of Green Yellow #8AF537
Tints of Green Yellow #8AF537
RGB
CMYK
RGB Variations
Color information
#8AF537 (or 0x8AF537) is known color: Green Yellow. HEX triplet: 8A, F5 and 37. RGB value is (138,245,55). Sum of RGB (Red+Green+Blue) = 138+245+55=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 245 (96.09% from 255 or 55.94% from 438); Blue value is 55 (21.88% from 255 or 12.56% from 438); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF537 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF537 is #750AC8. Grayscale: #C0C0C0. Windows color (decimal): -7670473 or 3667338. OLE color: 3667338.
HSL color Cylindrical-coordinate representation of color #8AF537: hue angle of 93.79º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8AF537 is Cyan = 0.44, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 55 | - |
| CMYK | 0.44 | 0 | 0.78 | 0.04 |
| HSL | 93.79º | 0.9% | 0.59% | - |
| HSV(B) | 93.79º | 0.78% | 0.96% | - |
| XYZ | 43.82 | 70.98 | 15.01 | - |
| YUV | 191.35 | 51.05 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 55 | 0.44 | 0 | 0.78 | 0.04 | 93.79 | 0.9 | 0.59 |
| Hex | 8A | F5 | 37 | 2C | 0 | 4E | 4 | 5E | 5A | 3B |
| Octal | 212 | 365 | 67 | 54 | 0 | 116 | 4 | 136 | 132 | 73 |
| Binary | 10001010 | 11110101 | 110111 | 101100 | 0 | 1001110 | 100 | 1011110 | 1011010 | 111011 |
Color Harmonies of #8AF537
Complementary color
Monochromatic Colors of #8AF537
Black with #8AF537
Text Example
Text Example
White with #8AF537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF537; }
p { color: rgb(138,245,55); }
H1.HeaderClassName
{
color: #8AF537;
}
.AnyTagClassName
{
color: #8AF537;
}
</style>
background-color css
<style>
a { background-color: #8AF537; }
a { background-color: rgb(138,245,55); }
div.DivClassName
{
background-color: #8AF537;
}
.BgClassName
{
background-color: #8AF537;
}
</style>
border-color css
<style>
span { border-color: #8AF537; }
span { border-color: rgb(138,245,55); }
td.TdClassName
{
border-color: #8AF537;
}
.TagClassName
{
border-color: #8AF537;
}
</style>