Shades of Green Yellow #9EFF50
Tints of Green Yellow #9EFF50
RGB
CMYK
RGB Variations
Color information
#9EFF50 (or 0x9EFF50) is known color: Green Yellow. HEX triplet: 9E, FF and 50. RGB value is (158,255,80). Sum of RGB (Red+Green+Blue) = 158+255+80=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFF50 is #6100AF. Grayscale: #CECECE. Windows color (decimal): -6357168 or 5308318. OLE color: 5308318.
HSL color Cylindrical-coordinate representation of color #9EFF50: hue angle of 93.26º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EFF50 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 80 | - |
| CMYK | 0.38 | 0 | 0.69 | 0 |
| HSL | 93.26º | 1% | 0.66% | - |
| HSV(B) | 93.26º | 0.69% | 1% | - |
| XYZ | 51.31 | 79.37 | 20.2 | - |
| YUV | 206.05 | 56.86 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 80 | 0.38 | 0 | 0.69 | 0 | 93.26 | 1 | 0.66 |
| Hex | 9E | FF | 50 | 26 | 0 | 45 | 0 | 5D | 64 | 42 |
| Octal | 236 | 377 | 120 | 46 | 0 | 105 | 0 | 135 | 144 | 102 |
| Binary | 10011110 | 11111111 | 1010000 | 100110 | 0 | 1000101 | 0 | 1011101 | 1100100 | 1000010 |
Color Harmonies of #9EFF50
Complementary color
Monochromatic Colors of #9EFF50
Black with #9EFF50
Text Example
Text Example
White with #9EFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF50; }
p { color: rgb(158,255,80); }
H1.HeaderClassName
{
color: #9EFF50;
}
.AnyTagClassName
{
color: #9EFF50;
}
</style>
background-color css
<style>
a { background-color: #9EFF50; }
a { background-color: rgb(158,255,80); }
div.DivClassName
{
background-color: #9EFF50;
}
.BgClassName
{
background-color: #9EFF50;
}
</style>
border-color css
<style>
span { border-color: #9EFF50; }
span { border-color: rgb(158,255,80); }
td.TdClassName
{
border-color: #9EFF50;
}
.TagClassName
{
border-color: #9EFF50;
}
</style>