Shades of Spring Bud #9FFB13
Tints of Spring Bud #9FFB13
RGB
CMYK
RGB Variations
Color information
#9FFB13 (or 0x9FFB13) is known color: Spring Bud. HEX triplet: 9F, FB and 13. RGB value is (159,251,19). Sum of RGB (Red+Green+Blue) = 159+251+19=429 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.06% from 429); Green value is 251 (98.44% from 255 or 58.51% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB13 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFB13 is #6004EC. Grayscale: #C5C5C5. Windows color (decimal): -6292717 or 1309599. OLE color: 1309599.
HSL color Cylindrical-coordinate representation of color #9FFB13: hue angle of 83.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9FFB13 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 19 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.02 |
| HSL | 83.79º | 0.97% | 0.53% | - |
| HSV(B) | 83.79º | 0.92% | 0.98% | - |
| XYZ | 48.91 | 76.41 | 12.79 | - |
| YUV | 197.04 | 27.52 | 100.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 19 | 0.37 | 0 | 0.92 | 0.02 | 83.79 | 0.97 | 0.53 |
| Hex | 9F | FB | 13 | 25 | 0 | 5C | 2 | 54 | 61 | 35 |
| Octal | 237 | 373 | 23 | 45 | 0 | 134 | 2 | 124 | 141 | 65 |
| Binary | 10011111 | 11111011 | 10011 | 100101 | 0 | 1011100 | 10 | 1010100 | 1100001 | 110101 |
Color Harmonies of #9FFB13
Complementary color
Monochromatic Colors of #9FFB13
Black with #9FFB13
Text Example
Text Example
White with #9FFB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFB13; }
p { color: rgb(159,251,19); }
H1.HeaderClassName
{
color: #9FFB13;
}
.AnyTagClassName
{
color: #9FFB13;
}
</style>
background-color css
<style>
a { background-color: #9FFB13; }
a { background-color: rgb(159,251,19); }
div.DivClassName
{
background-color: #9FFB13;
}
.BgClassName
{
background-color: #9FFB13;
}
</style>
border-color css
<style>
span { border-color: #9FFB13; }
span { border-color: rgb(159,251,19); }
td.TdClassName
{
border-color: #9FFB13;
}
.TagClassName
{
border-color: #9FFB13;
}
</style>