Shades of Green Yellow #8EF725
Tints of Green Yellow #8EF725
RGB
CMYK
RGB Variations
Color information
#8EF725 (or 0x8EF725) is known color: Green Yellow. HEX triplet: 8E, F7 and 25. RGB value is (142,247,37). Sum of RGB (Red+Green+Blue) = 142+247+37=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 247 (96.88% from 255 or 57.98% from 426); Blue value is 37 (14.84% from 255 or 8.69% from 426); Max value from RGB is 247 - color contains mainly: green. Hex color #8EF725 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8EF725 is #7108DA. Grayscale: #C0C0C0. Windows color (decimal): -7407835 or 2488206. OLE color: 2488206.
HSL color Cylindrical-coordinate representation of color #8EF725: hue angle of 90º 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 #8EF725 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 142 | 247 | 37 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.03 |
| HSL | 90º | 0.93% | 0.56% | - |
| HSV(B) | 90º | 0.85% | 0.97% | - |
| XYZ | 44.75 | 72.41 | 13.37 | - |
| YUV | 191.67 | 40.71 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 247 | 37 | 0.43 | 0 | 0.85 | 0.03 | 90 | 0.93 | 0.56 |
| Hex | 8E | F7 | 25 | 2B | 0 | 55 | 3 | 5A | 5D | 38 |
| Octal | 216 | 367 | 45 | 53 | 0 | 125 | 3 | 132 | 135 | 70 |
| Binary | 10001110 | 11110111 | 100101 | 101011 | 0 | 1010101 | 11 | 1011010 | 1011101 | 111000 |
Color Harmonies of #8EF725
Complementary color
Monochromatic Colors of #8EF725
Black with #8EF725
Text Example
Text Example
White with #8EF725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF725; }
p { color: rgb(142,247,37); }
H1.HeaderClassName
{
color: #8EF725;
}
.AnyTagClassName
{
color: #8EF725;
}
</style>
background-color css
<style>
a { background-color: #8EF725; }
a { background-color: rgb(142,247,37); }
div.DivClassName
{
background-color: #8EF725;
}
.BgClassName
{
background-color: #8EF725;
}
</style>
border-color css
<style>
span { border-color: #8EF725; }
span { border-color: rgb(142,247,37); }
td.TdClassName
{
border-color: #8EF725;
}
.TagClassName
{
border-color: #8EF725;
}
</style>