Shades of Spring Bud #9BF310
Tints of Spring Bud #9BF310
RGB
CMYK
RGB Variations
Color information
#9BF310 (or 0x9BF310) is known color: Spring Bud. HEX triplet: 9B, F3 and 10. RGB value is (155,243,16). Sum of RGB (Red+Green+Blue) = 155+243+16=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 243 (95.31% from 255 or 58.70% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF310 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF310 is #640CEF. Grayscale: #BFBFBF. Windows color (decimal): -6556912 or 1110939. OLE color: 1110939.
HSL color Cylindrical-coordinate representation of color #9BF310: hue angle of 83.26º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BF310 is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 243 | 16 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.05 |
| HSL | 83.26º | 0.9% | 0.51% | - |
| HSV(B) | 83.26º | 0.93% | 0.95% | - |
| XYZ | 45.66 | 71.11 | 11.81 | - |
| YUV | 190.81 | 29.35 | 102.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 243 | 16 | 0.36 | 0 | 0.93 | 0.05 | 83.26 | 0.9 | 0.51 |
| Hex | 9B | F3 | 10 | 24 | 0 | 5D | 5 | 53 | 5A | 33 |
| Octal | 233 | 363 | 20 | 44 | 0 | 135 | 5 | 123 | 132 | 63 |
| Binary | 10011011 | 11110011 | 10000 | 100100 | 0 | 1011101 | 101 | 1010011 | 1011010 | 110011 |
Color Harmonies of #9BF310
Complementary color
Monochromatic Colors of #9BF310
Black with #9BF310
Text Example
Text Example
White with #9BF310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF310; }
p { color: rgb(155,243,16); }
H1.HeaderClassName
{
color: #9BF310;
}
.AnyTagClassName
{
color: #9BF310;
}
</style>
background-color css
<style>
a { background-color: #9BF310; }
a { background-color: rgb(155,243,16); }
div.DivClassName
{
background-color: #9BF310;
}
.BgClassName
{
background-color: #9BF310;
}
</style>
border-color css
<style>
span { border-color: #9BF310; }
span { border-color: rgb(155,243,16); }
td.TdClassName
{
border-color: #9BF310;
}
.TagClassName
{
border-color: #9BF310;
}
</style>