Shades of Green Yellow #9BFF1E
Tints of Green Yellow #9BFF1E
RGB
CMYK
RGB Variations
Color information
#9BFF1E (or 0x9BFF1E) is known color: Green Yellow. HEX triplet: 9B, FF and 1E. RGB value is (155,255,30). Sum of RGB (Red+Green+Blue) = 155+255+30=440 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.23% from 440); Green value is 255 (100% from 255 or 57.95% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BFF1E is #6400E1. Grayscale: #C8C8C8. Windows color (decimal): -6553826 or 2031515. OLE color: 2031515.
HSL color Cylindrical-coordinate representation of color #9BFF1E: hue angle of 86.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9BFF1E is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 30 | - |
| CMYK | 0.39 | 0 | 0.88 | 0 |
| HSL | 86.67º | 1% | 0.56% | - |
| HSV(B) | 86.67º | 0.88% | 1% | - |
| XYZ | 49.51 | 78.58 | 13.79 | - |
| YUV | 199.45 | 32.37 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 30 | 0.39 | 0 | 0.88 | 0 | 86.67 | 1 | 0.56 |
| Hex | 9B | FF | 1E | 27 | 0 | 58 | 0 | 57 | 64 | 38 |
| Octal | 233 | 377 | 36 | 47 | 0 | 130 | 0 | 127 | 144 | 70 |
| Binary | 10011011 | 11111111 | 11110 | 100111 | 0 | 1011000 | 0 | 1010111 | 1100100 | 111000 |
Color Harmonies of #9BFF1E
Complementary color
Monochromatic Colors of #9BFF1E
Black with #9BFF1E
Text Example
Text Example
White with #9BFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF1E; }
p { color: rgb(155,255,30); }
H1.HeaderClassName
{
color: #9BFF1E;
}
.AnyTagClassName
{
color: #9BFF1E;
}
</style>
background-color css
<style>
a { background-color: #9BFF1E; }
a { background-color: rgb(155,255,30); }
div.DivClassName
{
background-color: #9BFF1E;
}
.BgClassName
{
background-color: #9BFF1E;
}
</style>
border-color css
<style>
span { border-color: #9BFF1E; }
span { border-color: rgb(155,255,30); }
td.TdClassName
{
border-color: #9BFF1E;
}
.TagClassName
{
border-color: #9BFF1E;
}
</style>