Shades of Spring Bud #B2F103
Tints of Spring Bud #B2F103
RGB
CMYK
RGB Variations
Color information
#B2F103 (or 0xB2F103) is known color: Spring Bud. HEX triplet: B2, F1 and 03. RGB value is (178,241,3). Sum of RGB (Red+Green+Blue) = 178+241+3=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 241 (94.53% from 255 or 57.11% from 422); Blue value is 3 (1.56% from 255 or 0.71% from 422); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F103 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F103 is #4D0EFC. Grayscale: #C3C3C3. Windows color (decimal): -5050109 or 258482. OLE color: 258482.
HSL color Cylindrical-coordinate representation of color #B2F103: hue angle of 75.88º 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 #B2F103 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 3 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.05 |
| HSL | 75.88º | 0.98% | 0.48% | - |
| HSV(B) | 75.88º | 0.99% | 0.95% | - |
| XYZ | 49.83 | 72.38 | 11.43 | - |
| YUV | 195.03 | 19.63 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 3 | 0.26 | 0 | 0.99 | 0.05 | 75.88 | 0.98 | 0.48 |
| Hex | B2 | F1 | 3 | 1A | 0 | 63 | 5 | 4C | 62 | 30 |
| Octal | 262 | 361 | 3 | 32 | 0 | 143 | 5 | 114 | 142 | 60 |
| Binary | 10110010 | 11110001 | 11 | 11010 | 0 | 1100011 | 101 | 1001100 | 1100010 | 110000 |
Color Harmonies of #B2F103
Complementary color
Monochromatic Colors of #B2F103
Black with #B2F103
Text Example
Text Example
White with #B2F103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F103; }
p { color: rgb(178,241,3); }
H1.HeaderClassName
{
color: #B2F103;
}
.AnyTagClassName
{
color: #B2F103;
}
</style>
background-color css
<style>
a { background-color: #B2F103; }
a { background-color: rgb(178,241,3); }
div.DivClassName
{
background-color: #B2F103;
}
.BgClassName
{
background-color: #B2F103;
}
</style>
border-color css
<style>
span { border-color: #B2F103; }
span { border-color: rgb(178,241,3); }
td.TdClassName
{
border-color: #B2F103;
}
.TagClassName
{
border-color: #B2F103;
}
</style>