Shades of Green Yellow #9EFF34
Tints of Green Yellow #9EFF34
RGB
CMYK
RGB Variations
Color information
#9EFF34 (or 0x9EFF34) is known color: Green Yellow. HEX triplet: 9E, FF and 34. RGB value is (158,255,52). Sum of RGB (Red+Green+Blue) = 158+255+52=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EFF34 is #6100CB. Grayscale: #CBCBCB. Windows color (decimal): -6357196 or 3473310. OLE color: 3473310.
HSL color Cylindrical-coordinate representation of color #9EFF34: hue angle of 88.67º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9EFF34 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 52 | - |
| CMYK | 0.38 | 0 | 0.80 | 0 |
| HSL | 88.67º | 1% | 0.6% | - |
| HSV(B) | 88.67º | 0.8% | 1% | - |
| XYZ | 50.48 | 79.04 | 15.84 | - |
| YUV | 202.86 | 42.86 | 96.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 52 | 0.38 | 0 | 0.80 | 0 | 88.67 | 1 | 0.6 |
| Hex | 9E | FF | 34 | 26 | 0 | 50 | 0 | 59 | 64 | 3C |
| Octal | 236 | 377 | 64 | 46 | 0 | 120 | 0 | 131 | 144 | 74 |
| Binary | 10011110 | 11111111 | 110100 | 100110 | 0 | 1010000 | 0 | 1011001 | 1100100 | 111100 |
Color Harmonies of #9EFF34
Complementary color
Monochromatic Colors of #9EFF34
Black with #9EFF34
Text Example
Text Example
White with #9EFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF34; }
p { color: rgb(158,255,52); }
H1.HeaderClassName
{
color: #9EFF34;
}
.AnyTagClassName
{
color: #9EFF34;
}
</style>
background-color css
<style>
a { background-color: #9EFF34; }
a { background-color: rgb(158,255,52); }
div.DivClassName
{
background-color: #9EFF34;
}
.BgClassName
{
background-color: #9EFF34;
}
</style>
border-color css
<style>
span { border-color: #9EFF34; }
span { border-color: rgb(158,255,52); }
td.TdClassName
{
border-color: #9EFF34;
}
.TagClassName
{
border-color: #9EFF34;
}
</style>