Shades of Spring Bud #B9F509
Tints of Spring Bud #B9F509
RGB
CMYK
RGB Variations
Color information
#B9F509 (or 0xB9F509) is known color: Spring Bud. HEX triplet: B9, F5 and 09. RGB value is (185,245,9). Sum of RGB (Red+Green+Blue) = 185+245+9=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 245 (96.09% from 255 or 55.81% from 439); Blue value is 9 (3.91% from 255 or 2.05% from 439); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F509 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F509 is #460AF6. Grayscale: #C9C9C9. Windows color (decimal): -4590327 or 652729. OLE color: 652729.
HSL color Cylindrical-coordinate representation of color #B9F509: hue angle of 75.25º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9F509 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.04 |
| HSL | 75.25º | 0.93% | 0.5% | - |
| HSV(B) | 75.25º | 0.96% | 0.96% | - |
| XYZ | 52.71 | 75.64 | 12.08 | - |
| YUV | 200.16 | 20.12 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 9 | 0.24 | 0 | 0.96 | 0.04 | 75.25 | 0.93 | 0.5 |
| Hex | B9 | F5 | 9 | 18 | 0 | 60 | 4 | 4B | 5D | 32 |
| Octal | 271 | 365 | 11 | 30 | 0 | 140 | 4 | 113 | 135 | 62 |
| Binary | 10111001 | 11110101 | 1001 | 11000 | 0 | 1100000 | 100 | 1001011 | 1011101 | 110010 |
Color Harmonies of #B9F509
Complementary color
Monochromatic Colors of #B9F509
Black with #B9F509
Text Example
Text Example
White with #B9F509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F509; }
p { color: rgb(185,245,9); }
H1.HeaderClassName
{
color: #B9F509;
}
.AnyTagClassName
{
color: #B9F509;
}
</style>
background-color css
<style>
a { background-color: #B9F509; }
a { background-color: rgb(185,245,9); }
div.DivClassName
{
background-color: #B9F509;
}
.BgClassName
{
background-color: #B9F509;
}
</style>
border-color css
<style>
span { border-color: #B9F509; }
span { border-color: rgb(185,245,9); }
td.TdClassName
{
border-color: #B9F509;
}
.TagClassName
{
border-color: #B9F509;
}
</style>