Shades of Green Yellow #8AF725
Tints of Green Yellow #8AF725
RGB
CMYK
RGB Variations
Color information
#8AF725 (or 0x8AF725) is known color: Green Yellow. HEX triplet: 8A, F7 and 25. RGB value is (138,247,37). Sum of RGB (Red+Green+Blue) = 138+247+37=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 247 (96.88% from 255 or 58.53% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF725 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF725 is #7508DA. Grayscale: #BFBFBF. Windows color (decimal): -7669979 or 2488202. OLE color: 2488202.
HSL color Cylindrical-coordinate representation of color #8AF725: hue angle of 91.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8AF725 is Cyan = 0.44, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 138 | 247 | 37 | - |
| CMYK | 0.44 | 0 | 0.85 | 0.03 |
| HSL | 91.14º | 0.93% | 0.56% | - |
| HSV(B) | 91.14º | 0.85% | 0.97% | - |
| XYZ | 44.08 | 72.06 | 13.34 | - |
| YUV | 190.47 | 41.39 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 247 | 37 | 0.44 | 0 | 0.85 | 0.03 | 91.14 | 0.93 | 0.56 |
| Hex | 8A | F7 | 25 | 2C | 0 | 55 | 3 | 5B | 5D | 38 |
| Octal | 212 | 367 | 45 | 54 | 0 | 125 | 3 | 133 | 135 | 70 |
| Binary | 10001010 | 11110111 | 100101 | 101100 | 0 | 1010101 | 11 | 1011011 | 1011101 | 111000 |
Color Harmonies of #8AF725
Complementary color
Monochromatic Colors of #8AF725
Black with #8AF725
Text Example
Text Example
White with #8AF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF725; }
p { color: rgb(138,247,37); }
H1.HeaderClassName
{
color: #8AF725;
}
.AnyTagClassName
{
color: #8AF725;
}
</style>
background-color css
<style>
a { background-color: #8AF725; }
a { background-color: rgb(138,247,37); }
div.DivClassName
{
background-color: #8AF725;
}
.BgClassName
{
background-color: #8AF725;
}
</style>
border-color css
<style>
span { border-color: #8AF725; }
span { border-color: rgb(138,247,37); }
td.TdClassName
{
border-color: #8AF725;
}
.TagClassName
{
border-color: #8AF725;
}
</style>