Shades of Spring Bud #9FFB01
Tints of Spring Bud #9FFB01
RGB
CMYK
RGB Variations
Color information
#9FFB01 (or 0x9FFB01) is known color: Spring Bud. HEX triplet: 9F, FB and 01. RGB value is (159,251,1). Sum of RGB (Red+Green+Blue) = 159+251+1=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 251 (98.44% from 255 or 61.07% from 411); Blue value is 1 (0.78% from 255 or 0.24% from 411); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB01 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFB01 is #6004FE. Grayscale: #C3C3C3. Windows color (decimal): -6292735 or 129951. OLE color: 129951.
HSL color Cylindrical-coordinate representation of color #9FFB01: hue angle of 82.08º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9FFB01 is Cyan = 0.37, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 1 | - |
| CMYK | 0.37 | 0 | 1.00 | 0.02 |
| HSL | 82.08º | 0.99% | 0.49% | - |
| HSV(B) | 82.08º | 1% | 0.98% | - |
| XYZ | 48.8 | 76.37 | 12.2 | - |
| YUV | 194.99 | 18.52 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 1 | 0.37 | 0 | 1.00 | 0.02 | 82.08 | 0.99 | 0.49 |
| Hex | 9F | FB | 1 | 25 | 0 | 64 | 2 | 52 | 63 | 31 |
| Octal | 237 | 373 | 1 | 45 | 0 | 144 | 2 | 122 | 143 | 61 |
| Binary | 10011111 | 11111011 | 1 | 100101 | 0 | 1100100 | 10 | 1010010 | 1100011 | 110001 |
Color Harmonies of #9FFB01
Complementary color
Monochromatic Colors of #9FFB01
Black with #9FFB01
Text Example
Text Example
White with #9FFB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB01; }
p { color: rgb(159,251,1); }
H1.HeaderClassName
{
color: #9FFB01;
}
.AnyTagClassName
{
color: #9FFB01;
}
</style>
background-color css
<style>
a { background-color: #9FFB01; }
a { background-color: rgb(159,251,1); }
div.DivClassName
{
background-color: #9FFB01;
}
.BgClassName
{
background-color: #9FFB01;
}
</style>
border-color css
<style>
span { border-color: #9FFB01; }
span { border-color: rgb(159,251,1); }
td.TdClassName
{
border-color: #9FFB01;
}
.TagClassName
{
border-color: #9FFB01;
}
</style>