Shades of Spring Bud #9BF100
Tints of Spring Bud #9BF100
RGB
CMYK
RGB Variations
Color information
#9BF100 (or 0x9BF100) is known color: Spring Bud. HEX triplet: 9B, F1 and 00. RGB value is (155,241,0). Sum of RGB (Red+Green+Blue) = 155+241+0=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 241 (94.53% from 255 or 60.86% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF100 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF100 is #640EFF. Grayscale: #BCBCBC. Windows color (decimal): -6557440 or 61851. OLE color: 61851.
HSL color Cylindrical-coordinate representation of color #9BF100: hue angle of 81.41º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9BF100 is Cyan = 0.36, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 0 | - |
| CMYK | 0.36 | 0 | 1 | 0.05 |
| HSL | 81.41º | 1% | 0.47% | - |
| HSV(B) | 81.41º | 1% | 0.95% | - |
| XYZ | 44.97 | 69.88 | 11.12 | - |
| YUV | 187.81 | 22.01 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 0 | 0.36 | 0 | 1 | 0.05 | 81.41 | 1 | 0.47 |
| Hex | 9B | F1 | 0 | 24 | 0 | 64 | 5 | 51 | 64 | 2F |
| Octal | 233 | 361 | 0 | 44 | 0 | 144 | 5 | 121 | 144 | 57 |
| Binary | 10011011 | 11110001 | 0 | 100100 | 0 | 1100100 | 101 | 1010001 | 1100100 | 101111 |
Color Harmonies of #9BF100
Complementary color
Monochromatic Colors of #9BF100
Black with #9BF100
Text Example
Text Example
White with #9BF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF100; }
p { color: rgb(155,241,0); }
H1.HeaderClassName
{
color: #9BF100;
}
.AnyTagClassName
{
color: #9BF100;
}
</style>
background-color css
<style>
a { background-color: #9BF100; }
a { background-color: rgb(155,241,0); }
div.DivClassName
{
background-color: #9BF100;
}
.BgClassName
{
background-color: #9BF100;
}
</style>
border-color css
<style>
span { border-color: #9BF100; }
span { border-color: rgb(155,241,0); }
td.TdClassName
{
border-color: #9BF100;
}
.TagClassName
{
border-color: #9BF100;
}
</style>