Shades of Spring Bud #B9F70C
Tints of Spring Bud #B9F70C
RGB
CMYK
RGB Variations
Color information
#B9F70C (or 0xB9F70C) is known color: Spring Bud. HEX triplet: B9, F7 and 0C. RGB value is (185,247,12). Sum of RGB (Red+Green+Blue) = 185+247+12=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 247 (96.88% from 255 or 55.63% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 247 - color contains mainly: green. Hex color #B9F70C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F70C is #4608F3. Grayscale: #CACACA. Windows color (decimal): -4589812 or 849849. OLE color: 849849.
HSL color Cylindrical-coordinate representation of color #B9F70C: hue angle of 75.83º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B9F70C is Cyan = 0.25, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 247 | 12 | - |
| CMYK | 0.25 | 0 | 0.95 | 0.03 |
| HSL | 75.83º | 0.94% | 0.51% | - |
| HSV(B) | 75.83º | 0.95% | 0.97% | - |
| XYZ | 53.33 | 76.86 | 12.37 | - |
| YUV | 201.67 | 20.96 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 247 | 12 | 0.25 | 0 | 0.95 | 0.03 | 75.83 | 0.94 | 0.51 |
| Hex | B9 | F7 | C | 19 | 0 | 5F | 3 | 4C | 5E | 33 |
| Octal | 271 | 367 | 14 | 31 | 0 | 137 | 3 | 114 | 136 | 63 |
| Binary | 10111001 | 11110111 | 1100 | 11001 | 0 | 1011111 | 11 | 1001100 | 1011110 | 110011 |
Color Harmonies of #B9F70C
Complementary color
Monochromatic Colors of #B9F70C
Black with #B9F70C
Text Example
Text Example
White with #B9F70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F70C; }
p { color: rgb(185,247,12); }
H1.HeaderClassName
{
color: #B9F70C;
}
.AnyTagClassName
{
color: #B9F70C;
}
</style>
background-color css
<style>
a { background-color: #B9F70C; }
a { background-color: rgb(185,247,12); }
div.DivClassName
{
background-color: #B9F70C;
}
.BgClassName
{
background-color: #B9F70C;
}
</style>
border-color css
<style>
span { border-color: #B9F70C; }
span { border-color: rgb(185,247,12); }
td.TdClassName
{
border-color: #B9F70C;
}
.TagClassName
{
border-color: #B9F70C;
}
</style>