Shades of Spring Bud #9BF203
Tints of Spring Bud #9BF203
RGB
CMYK
RGB Variations
Color information
#9BF203 (or 0x9BF203) is known color: Spring Bud. HEX triplet: 9B, F2 and 03. RGB value is (155,242,3). Sum of RGB (Red+Green+Blue) = 155+242+3=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 242 (94.92% from 255 or 60.5% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 242 - color contains mainly: green. Hex color #9BF203 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF203 is #640DFC. Grayscale: #BDBDBD. Windows color (decimal): -6557181 or 258715. OLE color: 258715.
HSL color Cylindrical-coordinate representation of color #9BF203: hue angle of 81.84º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BF203 is Cyan = 0.36, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 242 | 3 | - |
| CMYK | 0.36 | 0 | 0.99 | 0.05 |
| HSL | 81.84º | 0.98% | 0.48% | - |
| HSV(B) | 81.84º | 0.99% | 0.95% | - |
| XYZ | 45.29 | 70.48 | 11.3 | - |
| YUV | 188.74 | 23.18 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 242 | 3 | 0.36 | 0 | 0.99 | 0.05 | 81.84 | 0.98 | 0.48 |
| Hex | 9B | F2 | 3 | 24 | 0 | 63 | 5 | 52 | 62 | 30 |
| Octal | 233 | 362 | 3 | 44 | 0 | 143 | 5 | 122 | 142 | 60 |
| Binary | 10011011 | 11110010 | 11 | 100100 | 0 | 1100011 | 101 | 1010010 | 1100010 | 110000 |
Color Harmonies of #9BF203
Complementary color
Monochromatic Colors of #9BF203
Black with #9BF203
Text Example
Text Example
White with #9BF203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF203; }
p { color: rgb(155,242,3); }
H1.HeaderClassName
{
color: #9BF203;
}
.AnyTagClassName
{
color: #9BF203;
}
</style>
background-color css
<style>
a { background-color: #9BF203; }
a { background-color: rgb(155,242,3); }
div.DivClassName
{
background-color: #9BF203;
}
.BgClassName
{
background-color: #9BF203;
}
</style>
border-color css
<style>
span { border-color: #9BF203; }
span { border-color: rgb(155,242,3); }
td.TdClassName
{
border-color: #9BF203;
}
.TagClassName
{
border-color: #9BF203;
}
</style>