Shades of Green Yellow #9BFF2C
Tints of Green Yellow #9BFF2C
RGB
CMYK
RGB Variations
Color information
#9BFF2C (or 0x9BFF2C) is known color: Green Yellow. HEX triplet: 9B, FF and 2C. RGB value is (155,255,44). Sum of RGB (Red+Green+Blue) = 155+255+44=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BFF2C is #6400D3. Grayscale: #C9C9C9. Windows color (decimal): -6553812 or 2949019. OLE color: 2949019.
HSL color Cylindrical-coordinate representation of color #9BFF2C: hue angle of 88.44º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9BFF2C is Cyan = 0.39, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 44 | - |
| CMYK | 0.39 | 0 | 0.83 | 0 |
| HSL | 88.44º | 1% | 0.59% | - |
| HSV(B) | 88.44º | 0.83% | 1% | - |
| XYZ | 49.73 | 78.67 | 14.95 | - |
| YUV | 201.05 | 39.37 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 44 | 0.39 | 0 | 0.83 | 0 | 88.44 | 1 | 0.59 |
| Hex | 9B | FF | 2C | 27 | 0 | 53 | 0 | 58 | 64 | 3B |
| Octal | 233 | 377 | 54 | 47 | 0 | 123 | 0 | 130 | 144 | 73 |
| Binary | 10011011 | 11111111 | 101100 | 100111 | 0 | 1010011 | 0 | 1011000 | 1100100 | 111011 |
Color Harmonies of #9BFF2C
Complementary color
Monochromatic Colors of #9BFF2C
Black with #9BFF2C
Text Example
Text Example
White with #9BFF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF2C; }
p { color: rgb(155,255,44); }
H1.HeaderClassName
{
color: #9BFF2C;
}
.AnyTagClassName
{
color: #9BFF2C;
}
</style>
background-color css
<style>
a { background-color: #9BFF2C; }
a { background-color: rgb(155,255,44); }
div.DivClassName
{
background-color: #9BFF2C;
}
.BgClassName
{
background-color: #9BFF2C;
}
</style>
border-color css
<style>
span { border-color: #9BFF2C; }
span { border-color: rgb(155,255,44); }
td.TdClassName
{
border-color: #9BFF2C;
}
.TagClassName
{
border-color: #9BFF2C;
}
</style>