Shades of Spring Bud #9BF405
Tints of Spring Bud #9BF405
RGB
CMYK
RGB Variations
Color information
#9BF405 (or 0x9BF405) is known color: Spring Bud. HEX triplet: 9B, F4 and 05. RGB value is (155,244,5). Sum of RGB (Red+Green+Blue) = 155+244+5=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 244 (95.70% from 255 or 60.40% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF405 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF405 is #640BFA. Grayscale: #BFBFBF. Windows color (decimal): -6556667 or 390299. OLE color: 390299.
HSL color Cylindrical-coordinate representation of color #9BF405: hue angle of 82.34º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9BF405 is Cyan = 0.36, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 244 | 5 | - |
| CMYK | 0.36 | 0 | 0.98 | 0.04 |
| HSL | 82.34º | 0.96% | 0.49% | - |
| HSV(B) | 82.34º | 0.98% | 0.96% | - |
| XYZ | 45.9 | 71.68 | 11.56 | - |
| YUV | 190.14 | 23.51 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 244 | 5 | 0.36 | 0 | 0.98 | 0.04 | 82.34 | 0.96 | 0.49 |
| Hex | 9B | F4 | 5 | 24 | 0 | 62 | 4 | 52 | 60 | 31 |
| Octal | 233 | 364 | 5 | 44 | 0 | 142 | 4 | 122 | 140 | 61 |
| Binary | 10011011 | 11110100 | 101 | 100100 | 0 | 1100010 | 100 | 1010010 | 1100000 | 110001 |
Color Harmonies of #9BF405
Complementary color
Monochromatic Colors of #9BF405
Black with #9BF405
Text Example
Text Example
White with #9BF405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF405; }
p { color: rgb(155,244,5); }
H1.HeaderClassName
{
color: #9BF405;
}
.AnyTagClassName
{
color: #9BF405;
}
</style>
background-color css
<style>
a { background-color: #9BF405; }
a { background-color: rgb(155,244,5); }
div.DivClassName
{
background-color: #9BF405;
}
.BgClassName
{
background-color: #9BF405;
}
</style>
border-color css
<style>
span { border-color: #9BF405; }
span { border-color: rgb(155,244,5); }
td.TdClassName
{
border-color: #9BF405;
}
.TagClassName
{
border-color: #9BF405;
}
</style>