Shades of Green Yellow #9FFF34
Tints of Green Yellow #9FFF34
RGB
CMYK
RGB Variations
Color information
#9FFF34 (or 0x9FFF34) is known color: Green Yellow. HEX triplet: 9F, FF and 34. RGB value is (159,255,52). Sum of RGB (Red+Green+Blue) = 159+255+52=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 255 (100% from 255 or 54.72% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9FFF34 is #6000CB. Grayscale: #CBCBCB. Windows color (decimal): -6291660 or 3473311. OLE color: 3473311.
HSL color Cylindrical-coordinate representation of color #9FFF34: hue angle of 88.37º 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 #9FFF34 is Cyan = 0.38, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 52 | - |
| CMYK | 0.38 | 0 | 0.80 | 0 |
| HSL | 88.37º | 1% | 0.6% | - |
| HSV(B) | 88.37º | 0.8% | 1% | - |
| XYZ | 50.68 | 79.14 | 15.85 | - |
| YUV | 203.15 | 42.7 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 52 | 0.38 | 0 | 0.80 | 0 | 88.37 | 1 | 0.6 |
| Hex | 9F | FF | 34 | 26 | 0 | 50 | 0 | 58 | 64 | 3C |
| Octal | 237 | 377 | 64 | 46 | 0 | 120 | 0 | 130 | 144 | 74 |
| Binary | 10011111 | 11111111 | 110100 | 100110 | 0 | 1010000 | 0 | 1011000 | 1100100 | 111100 |
Color Harmonies of #9FFF34
Complementary color
Monochromatic Colors of #9FFF34
Black with #9FFF34
Text Example
Text Example
White with #9FFF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFF34; }
p { color: rgb(159,255,52); }
H1.HeaderClassName
{
color: #9FFF34;
}
.AnyTagClassName
{
color: #9FFF34;
}
</style>
background-color css
<style>
a { background-color: #9FFF34; }
a { background-color: rgb(159,255,52); }
div.DivClassName
{
background-color: #9FFF34;
}
.BgClassName
{
background-color: #9FFF34;
}
</style>
border-color css
<style>
span { border-color: #9FFF34; }
span { border-color: rgb(159,255,52); }
td.TdClassName
{
border-color: #9FFF34;
}
.TagClassName
{
border-color: #9FFF34;
}
</style>