Shades of Spring Bud #B2F209
Tints of Spring Bud #B2F209
RGB
CMYK
RGB Variations
Color information
#B2F209 (or 0xB2F209) is known color: Spring Bud. HEX triplet: B2, F2 and 09. RGB value is (178,242,9). Sum of RGB (Red+Green+Blue) = 178+242+9=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 242 (94.92% from 255 or 56.41% from 429); Blue value is 9 (3.91% from 255 or 2.10% from 429); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F209 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F209 is #4D0DF6. Grayscale: #C5C5C5. Windows color (decimal): -5049847 or 651954. OLE color: 651954.
HSL color Cylindrical-coordinate representation of color #B2F209: hue angle of 76.48º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2F209 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 9 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.05 |
| HSL | 76.48º | 0.93% | 0.49% | - |
| HSV(B) | 76.48º | 0.96% | 0.95% | - |
| XYZ | 50.16 | 72.99 | 11.7 | - |
| YUV | 196.3 | 22.3 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 9 | 0.26 | 0 | 0.96 | 0.05 | 76.48 | 0.93 | 0.49 |
| Hex | B2 | F2 | 9 | 1A | 0 | 60 | 5 | 4C | 5D | 31 |
| Octal | 262 | 362 | 11 | 32 | 0 | 140 | 5 | 114 | 135 | 61 |
| Binary | 10110010 | 11110010 | 1001 | 11010 | 0 | 1100000 | 101 | 1001100 | 1011101 | 110001 |
Color Harmonies of #B2F209
Complementary color
Monochromatic Colors of #B2F209
Black with #B2F209
Text Example
Text Example
White with #B2F209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F209; }
p { color: rgb(178,242,9); }
H1.HeaderClassName
{
color: #B2F209;
}
.AnyTagClassName
{
color: #B2F209;
}
</style>
background-color css
<style>
a { background-color: #B2F209; }
a { background-color: rgb(178,242,9); }
div.DivClassName
{
background-color: #B2F209;
}
.BgClassName
{
background-color: #B2F209;
}
</style>
border-color css
<style>
span { border-color: #B2F209; }
span { border-color: rgb(178,242,9); }
td.TdClassName
{
border-color: #B2F209;
}
.TagClassName
{
border-color: #B2F209;
}
</style>