Shades of Spring Bud #9BF413
Tints of Spring Bud #9BF413
RGB
CMYK
RGB Variations
Color information
#9BF413 (or 0x9BF413) is known color: Spring Bud. HEX triplet: 9B, F4 and 13. RGB value is (155,244,19). Sum of RGB (Red+Green+Blue) = 155+244+19=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 244 (95.70% from 255 or 58.37% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 244 - color contains mainly: green. Hex color #9BF413 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF413 is #640BEC. Grayscale: #C0C0C0. Windows color (decimal): -6556653 or 1307803. OLE color: 1307803.
HSL color Cylindrical-coordinate representation of color #9BF413: hue angle of 83.73º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9BF413 is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 244 | 19 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.04 |
| HSL | 83.73º | 0.91% | 0.52% | - |
| HSV(B) | 83.73º | 0.92% | 0.96% | - |
| XYZ | 45.99 | 71.72 | 12.04 | - |
| YUV | 191.74 | 30.51 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 244 | 19 | 0.36 | 0 | 0.92 | 0.04 | 83.73 | 0.91 | 0.52 |
| Hex | 9B | F4 | 13 | 24 | 0 | 5C | 4 | 54 | 5B | 34 |
| Octal | 233 | 364 | 23 | 44 | 0 | 134 | 4 | 124 | 133 | 64 |
| Binary | 10011011 | 11110100 | 10011 | 100100 | 0 | 1011100 | 100 | 1010100 | 1011011 | 110100 |
Color Harmonies of #9BF413
Complementary color
Monochromatic Colors of #9BF413
Black with #9BF413
Text Example
Text Example
White with #9BF413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF413; }
p { color: rgb(155,244,19); }
H1.HeaderClassName
{
color: #9BF413;
}
.AnyTagClassName
{
color: #9BF413;
}
</style>
background-color css
<style>
a { background-color: #9BF413; }
a { background-color: rgb(155,244,19); }
div.DivClassName
{
background-color: #9BF413;
}
.BgClassName
{
background-color: #9BF413;
}
</style>
border-color css
<style>
span { border-color: #9BF413; }
span { border-color: rgb(155,244,19); }
td.TdClassName
{
border-color: #9BF413;
}
.TagClassName
{
border-color: #9BF413;
}
</style>