Shades of Spring Bud #B9F80A
Tints of Spring Bud #B9F80A
RGB
CMYK
RGB Variations
Color information
#B9F80A (or 0xB9F80A) is known color: Spring Bud. HEX triplet: B9, F8 and 0A. RGB value is (185,248,10). Sum of RGB (Red+Green+Blue) = 185+248+10=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 248 (97.27% from 255 or 55.98% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 248 - color contains mainly: green. Hex color #B9F80A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F80A is #4607F5. Grayscale: #CACACA. Windows color (decimal): -4589558 or 719033. OLE color: 719033.
HSL color Cylindrical-coordinate representation of color #B9F80A: hue angle of 75.88º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9F80A is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 248 | 10 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.03 |
| HSL | 75.88º | 0.94% | 0.51% | - |
| HSV(B) | 75.88º | 0.96% | 0.97% | - |
| XYZ | 53.63 | 77.47 | 12.41 | - |
| YUV | 202.03 | 19.63 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 248 | 10 | 0.25 | 0 | 0.96 | 0.03 | 75.88 | 0.94 | 0.51 |
| Hex | B9 | F8 | A | 19 | 0 | 60 | 3 | 4C | 5E | 33 |
| Octal | 271 | 370 | 12 | 31 | 0 | 140 | 3 | 114 | 136 | 63 |
| Binary | 10111001 | 11111000 | 1010 | 11001 | 0 | 1100000 | 11 | 1001100 | 1011110 | 110011 |
Color Harmonies of #B9F80A
Complementary color
Monochromatic Colors of #B9F80A
Black with #B9F80A
Text Example
Text Example
White with #B9F80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F80A; }
p { color: rgb(185,248,10); }
H1.HeaderClassName
{
color: #B9F80A;
}
.AnyTagClassName
{
color: #B9F80A;
}
</style>
background-color css
<style>
a { background-color: #B9F80A; }
a { background-color: rgb(185,248,10); }
div.DivClassName
{
background-color: #B9F80A;
}
.BgClassName
{
background-color: #B9F80A;
}
</style>
border-color css
<style>
span { border-color: #B9F80A; }
span { border-color: rgb(185,248,10); }
td.TdClassName
{
border-color: #B9F80A;
}
.TagClassName
{
border-color: #B9F80A;
}
</style>