Shades of Green Yellow #9EFE50
Tints of Green Yellow #9EFE50
RGB
CMYK
RGB Variations
Color information
#9EFE50 (or 0x9EFE50) is known color: Green Yellow. HEX triplet: 9E, FE and 50. RGB value is (158,254,80). Sum of RGB (Red+Green+Blue) = 158+254+80=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 254 (99.61% from 255 or 51.63% from 492); Blue value is 80 (31.64% from 255 or 16.26% from 492); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFE50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFE50 is #6101AF. Grayscale: #CECECE. Windows color (decimal): -6357424 or 5308062. OLE color: 5308062.
HSL color Cylindrical-coordinate representation of color #9EFE50: hue angle of 93.1º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EFE50 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 80 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.00 |
| HSL | 93.1º | 0.99% | 0.65% | - |
| HSV(B) | 93.1º | 0.69% | 1% | - |
| XYZ | 50.99 | 78.73 | 20.1 | - |
| YUV | 205.46 | 57.2 | 94.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 80 | 0.38 | 0 | 0.69 | 0.00 | 93.1 | 0.99 | 0.65 |
| Hex | 9E | FE | 50 | 26 | 0 | 45 | 0 | 5D | 63 | 41 |
| Octal | 236 | 376 | 120 | 46 | 0 | 105 | 0 | 135 | 143 | 101 |
| Binary | 10011110 | 11111110 | 1010000 | 100110 | 0 | 1000101 | 0 | 1011101 | 1100011 | 1000001 |
Color Harmonies of #9EFE50
Complementary color
Monochromatic Colors of #9EFE50
Black with #9EFE50
Text Example
Text Example
White with #9EFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFE50; }
p { color: rgb(158,254,80); }
H1.HeaderClassName
{
color: #9EFE50;
}
.AnyTagClassName
{
color: #9EFE50;
}
</style>
background-color css
<style>
a { background-color: #9EFE50; }
a { background-color: rgb(158,254,80); }
div.DivClassName
{
background-color: #9EFE50;
}
.BgClassName
{
background-color: #9EFE50;
}
</style>
border-color css
<style>
span { border-color: #9EFE50; }
span { border-color: rgb(158,254,80); }
td.TdClassName
{
border-color: #9EFE50;
}
.TagClassName
{
border-color: #9EFE50;
}
</style>