Shades of Spring Bud #B0F103
Tints of Spring Bud #B0F103
RGB
CMYK
RGB Variations
Color information
#B0F103 (or 0xB0F103) is known color: Spring Bud. HEX triplet: B0, F1 and 03. RGB value is (176,241,3). Sum of RGB (Red+Green+Blue) = 176+241+3=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 241 (94.53% from 255 or 57.38% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F103 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F103 is #4F0EFC. Grayscale: #C3C3C3. Windows color (decimal): -5181181 or 258480. OLE color: 258480.
HSL color Cylindrical-coordinate representation of color #B0F103: hue angle of 76.39º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0F103 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 241 | 3 | - |
| CMYK | 0.27 | 0 | 0.99 | 0.05 |
| HSL | 76.39º | 0.98% | 0.48% | - |
| HSV(B) | 76.39º | 0.99% | 0.95% | - |
| XYZ | 49.38 | 72.15 | 11.41 | - |
| YUV | 194.43 | 19.97 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 241 | 3 | 0.27 | 0 | 0.99 | 0.05 | 76.39 | 0.98 | 0.48 |
| Hex | B0 | F1 | 3 | 1B | 0 | 63 | 5 | 4C | 62 | 30 |
| Octal | 260 | 361 | 3 | 33 | 0 | 143 | 5 | 114 | 142 | 60 |
| Binary | 10110000 | 11110001 | 11 | 11011 | 0 | 1100011 | 101 | 1001100 | 1100010 | 110000 |
Color Harmonies of #B0F103
Complementary color
Monochromatic Colors of #B0F103
Black with #B0F103
Text Example
Text Example
White with #B0F103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F103; }
p { color: rgb(176,241,3); }
H1.HeaderClassName
{
color: #B0F103;
}
.AnyTagClassName
{
color: #B0F103;
}
</style>
background-color css
<style>
a { background-color: #B0F103; }
a { background-color: rgb(176,241,3); }
div.DivClassName
{
background-color: #B0F103;
}
.BgClassName
{
background-color: #B0F103;
}
</style>
border-color css
<style>
span { border-color: #B0F103; }
span { border-color: rgb(176,241,3); }
td.TdClassName
{
border-color: #B0F103;
}
.TagClassName
{
border-color: #B0F103;
}
</style>