Shades of Green Yellow #9BFF30
Tints of Green Yellow #9BFF30
RGB
CMYK
RGB Variations
Color information
#9BFF30 (or 0x9BFF30) is known color: Green Yellow. HEX triplet: 9B, FF and 30. RGB value is (155,255,48). Sum of RGB (Red+Green+Blue) = 155+255+48=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF30 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BFF30 is #6400CF. Grayscale: #CACACA. Windows color (decimal): -6553808 or 3211163. OLE color: 3211163.
HSL color Cylindrical-coordinate representation of color #9BFF30: hue angle of 88.99º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9BFF30 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 48 | - |
| CMYK | 0.39 | 0 | 0.81 | 0 |
| HSL | 88.99º | 1% | 0.59% | - |
| HSV(B) | 88.99º | 0.81% | 1% | - |
| XYZ | 49.81 | 78.7 | 15.36 | - |
| YUV | 201.5 | 41.37 | 94.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 48 | 0.39 | 0 | 0.81 | 0 | 88.99 | 1 | 0.59 |
| Hex | 9B | FF | 30 | 27 | 0 | 51 | 0 | 59 | 64 | 3B |
| Octal | 233 | 377 | 60 | 47 | 0 | 121 | 0 | 131 | 144 | 73 |
| Binary | 10011011 | 11111111 | 110000 | 100111 | 0 | 1010001 | 0 | 1011001 | 1100100 | 111011 |
Color Harmonies of #9BFF30
Complementary color
Monochromatic Colors of #9BFF30
Black with #9BFF30
Text Example
Text Example
White with #9BFF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF30; }
p { color: rgb(155,255,48); }
H1.HeaderClassName
{
color: #9BFF30;
}
.AnyTagClassName
{
color: #9BFF30;
}
</style>
background-color css
<style>
a { background-color: #9BFF30; }
a { background-color: rgb(155,255,48); }
div.DivClassName
{
background-color: #9BFF30;
}
.BgClassName
{
background-color: #9BFF30;
}
</style>
border-color css
<style>
span { border-color: #9BFF30; }
span { border-color: rgb(155,255,48); }
td.TdClassName
{
border-color: #9BFF30;
}
.TagClassName
{
border-color: #9BFF30;
}
</style>