Shades of Spring Bud #9FFF03
Tints of Spring Bud #9FFF03
RGB
CMYK
RGB Variations
Color information
#9FFF03 (or 0x9FFF03) is known color: Spring Bud. HEX triplet: 9F, FF and 03. RGB value is (159,255,3). Sum of RGB (Red+Green+Blue) = 159+255+3=417 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.13% from 417); Green value is 255 (100% from 255 or 61.15% from 417); Blue value is 3 (1.56% from 255 or 0.72% from 417); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFF03 is #6000FC. Grayscale: #C6C6C6. Windows color (decimal): -6291709 or 262047. OLE color: 262047.
HSL color Cylindrical-coordinate representation of color #9FFF03: hue angle of 82.86º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9FFF03 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 3 | - |
| CMYK | 0.38 | 0 | 0.99 | 0 |
| HSL | 82.86º | 1% | 0.51% | - |
| HSV(B) | 82.86º | 0.99% | 1% | - |
| XYZ | 50.07 | 78.9 | 12.68 | - |
| YUV | 197.57 | 18.2 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 3 | 0.38 | 0 | 0.99 | 0 | 82.86 | 1 | 0.51 |
| Hex | 9F | FF | 3 | 26 | 0 | 63 | 0 | 53 | 64 | 33 |
| Octal | 237 | 377 | 3 | 46 | 0 | 143 | 0 | 123 | 144 | 63 |
| Binary | 10011111 | 11111111 | 11 | 100110 | 0 | 1100011 | 0 | 1010011 | 1100100 | 110011 |
Color Harmonies of #9FFF03
Complementary color
Monochromatic Colors of #9FFF03
Black with #9FFF03
Text Example
Text Example
White with #9FFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFF03; }
p { color: rgb(159,255,3); }
H1.HeaderClassName
{
color: #9FFF03;
}
.AnyTagClassName
{
color: #9FFF03;
}
</style>
background-color css
<style>
a { background-color: #9FFF03; }
a { background-color: rgb(159,255,3); }
div.DivClassName
{
background-color: #9FFF03;
}
.BgClassName
{
background-color: #9FFF03;
}
</style>
border-color css
<style>
span { border-color: #9FFF03; }
span { border-color: rgb(159,255,3); }
td.TdClassName
{
border-color: #9FFF03;
}
.TagClassName
{
border-color: #9FFF03;
}
</style>