Shades of Spring Bud #9BF110
Tints of Spring Bud #9BF110
RGB
CMYK
RGB Variations
Color information
#9BF110 (or 0x9BF110) is known color: Spring Bud. HEX triplet: 9B, F1 and 10. RGB value is (155,241,16). Sum of RGB (Red+Green+Blue) = 155+241+16=412 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.62% from 412); Green value is 241 (94.53% from 255 or 58.50% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF110 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF110 is #640EEF. Grayscale: #BEBEBE. Windows color (decimal): -6557424 or 1110427. OLE color: 1110427.
HSL color Cylindrical-coordinate representation of color #9BF110: hue angle of 82.93º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BF110 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 16 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.05 |
| HSL | 82.93º | 0.89% | 0.5% | - |
| HSV(B) | 82.93º | 0.93% | 0.95% | - |
| XYZ | 45.07 | 69.92 | 11.61 | - |
| YUV | 189.64 | 30.01 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 16 | 0.36 | 0 | 0.93 | 0.05 | 82.93 | 0.89 | 0.5 |
| Hex | 9B | F1 | 10 | 24 | 0 | 5D | 5 | 53 | 59 | 32 |
| Octal | 233 | 361 | 20 | 44 | 0 | 135 | 5 | 123 | 131 | 62 |
| Binary | 10011011 | 11110001 | 10000 | 100100 | 0 | 1011101 | 101 | 1010011 | 1011001 | 110010 |
Color Harmonies of #9BF110
Complementary color
Monochromatic Colors of #9BF110
Black with #9BF110
Text Example
Text Example
White with #9BF110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF110; }
p { color: rgb(155,241,16); }
H1.HeaderClassName
{
color: #9BF110;
}
.AnyTagClassName
{
color: #9BF110;
}
</style>
background-color css
<style>
a { background-color: #9BF110; }
a { background-color: rgb(155,241,16); }
div.DivClassName
{
background-color: #9BF110;
}
.BgClassName
{
background-color: #9BF110;
}
</style>
border-color css
<style>
span { border-color: #9BF110; }
span { border-color: rgb(155,241,16); }
td.TdClassName
{
border-color: #9BF110;
}
.TagClassName
{
border-color: #9BF110;
}
</style>