Shades of Spring Bud #9BF512
Tints of Spring Bud #9BF512
RGB
CMYK
RGB Variations
Color information
#9BF512 (or 0x9BF512) is known color: Spring Bud. HEX triplet: 9B, F5 and 12. RGB value is (155,245,18). Sum of RGB (Red+Green+Blue) = 155+245+18=418 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.08% from 418); Green value is 245 (96.09% from 255 or 58.61% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF512 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BF512 is #640AED. Grayscale: #C1C1C1. Windows color (decimal): -6556398 or 1242523. OLE color: 1242523.
HSL color Cylindrical-coordinate representation of color #9BF512: hue angle of 83.79º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9BF512 is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 245 | 18 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.04 |
| HSL | 83.79º | 0.92% | 0.52% | - |
| HSV(B) | 83.79º | 0.93% | 0.96% | - |
| XYZ | 46.28 | 72.32 | 12.09 | - |
| YUV | 192.21 | 29.68 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 245 | 18 | 0.37 | 0 | 0.93 | 0.04 | 83.79 | 0.92 | 0.52 |
| Hex | 9B | F5 | 12 | 25 | 0 | 5D | 4 | 54 | 5C | 34 |
| Octal | 233 | 365 | 22 | 45 | 0 | 135 | 4 | 124 | 134 | 64 |
| Binary | 10011011 | 11110101 | 10010 | 100101 | 0 | 1011101 | 100 | 1010100 | 1011100 | 110100 |
Color Harmonies of #9BF512
Complementary color
Monochromatic Colors of #9BF512
Black with #9BF512
Text Example
Text Example
White with #9BF512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF512; }
p { color: rgb(155,245,18); }
H1.HeaderClassName
{
color: #9BF512;
}
.AnyTagClassName
{
color: #9BF512;
}
</style>
background-color css
<style>
a { background-color: #9BF512; }
a { background-color: rgb(155,245,18); }
div.DivClassName
{
background-color: #9BF512;
}
.BgClassName
{
background-color: #9BF512;
}
</style>
border-color css
<style>
span { border-color: #9BF512; }
span { border-color: rgb(155,245,18); }
td.TdClassName
{
border-color: #9BF512;
}
.TagClassName
{
border-color: #9BF512;
}
</style>