Shades of Spring Bud #B9F502
Tints of Spring Bud #B9F502
RGB
CMYK
RGB Variations
Color information
#B9F502 (or 0xB9F502) is known color: Spring Bud. HEX triplet: B9, F5 and 02. RGB value is (185,245,2). Sum of RGB (Red+Green+Blue) = 185+245+2=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 245 (96.09% from 255 or 56.71% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 245 - color contains mainly: green. Hex color #B9F502 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B9F502 is #460AFD. Grayscale: #C8C8C8. Windows color (decimal): -4590334 or 193977. OLE color: 193977.
HSL color Cylindrical-coordinate representation of color #B9F502: hue angle of 74.81º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9F502 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 245 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.04 |
| HSL | 74.81º | 0.98% | 0.48% | - |
| HSV(B) | 74.81º | 0.99% | 0.96% | - |
| XYZ | 52.67 | 75.62 | 11.88 | - |
| YUV | 199.36 | 16.62 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 245 | 2 | 0.24 | 0 | 0.99 | 0.04 | 74.81 | 0.98 | 0.48 |
| Hex | B9 | F5 | 2 | 18 | 0 | 63 | 4 | 4B | 62 | 30 |
| Octal | 271 | 365 | 2 | 30 | 0 | 143 | 4 | 113 | 142 | 60 |
| Binary | 10111001 | 11110101 | 10 | 11000 | 0 | 1100011 | 100 | 1001011 | 1100010 | 110000 |
Color Harmonies of #B9F502
Complementary color
Monochromatic Colors of #B9F502
Black with #B9F502
Text Example
Text Example
White with #B9F502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F502; }
p { color: rgb(185,245,2); }
H1.HeaderClassName
{
color: #B9F502;
}
.AnyTagClassName
{
color: #B9F502;
}
</style>
background-color css
<style>
a { background-color: #B9F502; }
a { background-color: rgb(185,245,2); }
div.DivClassName
{
background-color: #B9F502;
}
.BgClassName
{
background-color: #B9F502;
}
</style>
border-color css
<style>
span { border-color: #B9F502; }
span { border-color: rgb(185,245,2); }
td.TdClassName
{
border-color: #B9F502;
}
.TagClassName
{
border-color: #B9F502;
}
</style>