Shades of Spring Bud #9BFF07
Tints of Spring Bud #9BFF07
RGB
CMYK
RGB Variations
Color information
#9BFF07 (or 0x9BFF07) is known color: Spring Bud. HEX triplet: 9B, FF and 07. RGB value is (155,255,7). Sum of RGB (Red+Green+Blue) = 155+255+7=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 7 (3.12% from 255 or 1.68% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFF07 is #6400F8. Grayscale: #C5C5C5. Windows color (decimal): -6553849 or 524187. OLE color: 524187.
HSL color Cylindrical-coordinate representation of color #9BFF07: hue angle of 84.19º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BFF07 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 7 | - |
| CMYK | 0.39 | 0 | 0.97 | 0 |
| HSL | 84.19º | 1% | 0.51% | - |
| HSV(B) | 84.19º | 0.97% | 1% | - |
| XYZ | 49.32 | 78.5 | 12.75 | - |
| YUV | 196.83 | 20.87 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 7 | 0.39 | 0 | 0.97 | 0 | 84.19 | 1 | 0.51 |
| Hex | 9B | FF | 7 | 27 | 0 | 61 | 0 | 54 | 64 | 33 |
| Octal | 233 | 377 | 7 | 47 | 0 | 141 | 0 | 124 | 144 | 63 |
| Binary | 10011011 | 11111111 | 111 | 100111 | 0 | 1100001 | 0 | 1010100 | 1100100 | 110011 |
Color Harmonies of #9BFF07
Complementary color
Monochromatic Colors of #9BFF07
Black with #9BFF07
Text Example
Text Example
White with #9BFF07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFF07; }
p { color: rgb(155,255,7); }
H1.HeaderClassName
{
color: #9BFF07;
}
.AnyTagClassName
{
color: #9BFF07;
}
</style>
background-color css
<style>
a { background-color: #9BFF07; }
a { background-color: rgb(155,255,7); }
div.DivClassName
{
background-color: #9BFF07;
}
.BgClassName
{
background-color: #9BFF07;
}
</style>
border-color css
<style>
span { border-color: #9BFF07; }
span { border-color: rgb(155,255,7); }
td.TdClassName
{
border-color: #9BFF07;
}
.TagClassName
{
border-color: #9BFF07;
}
</style>