Shades of Spring Bud #B2F912
Tints of Spring Bud #B2F912
RGB
CMYK
RGB Variations
Color information
#B2F912 (or 0xB2F912) is known color: Spring Bud. HEX triplet: B2, F9 and 12. RGB value is (178,249,18). Sum of RGB (Red+Green+Blue) = 178+249+18=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 18 (7.42% from 255 or 4.04% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F912 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F912 is #4D06ED. Grayscale: #CACACA. Windows color (decimal): -5048046 or 1243570. OLE color: 1243570.
HSL color Cylindrical-coordinate representation of color #B2F912: hue angle of 78.44º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2F912 is Cyan = 0.29, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 18 | - |
| CMYK | 0.29 | 0 | 0.93 | 0.02 |
| HSL | 78.44º | 0.95% | 0.52% | - |
| HSV(B) | 78.44º | 0.93% | 0.98% | - |
| XYZ | 52.34 | 77.26 | 12.73 | - |
| YUV | 201.44 | 24.48 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 18 | 0.29 | 0 | 0.93 | 0.02 | 78.44 | 0.95 | 0.52 |
| Hex | B2 | F9 | 12 | 1D | 0 | 5D | 2 | 4E | 5F | 34 |
| Octal | 262 | 371 | 22 | 35 | 0 | 135 | 2 | 116 | 137 | 64 |
| Binary | 10110010 | 11111001 | 10010 | 11101 | 0 | 1011101 | 10 | 1001110 | 1011111 | 110100 |
Color Harmonies of #B2F912
Complementary color
Monochromatic Colors of #B2F912
Black with #B2F912
Text Example
Text Example
White with #B2F912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F912; }
p { color: rgb(178,249,18); }
H1.HeaderClassName
{
color: #B2F912;
}
.AnyTagClassName
{
color: #B2F912;
}
</style>
background-color css
<style>
a { background-color: #B2F912; }
a { background-color: rgb(178,249,18); }
div.DivClassName
{
background-color: #B2F912;
}
.BgClassName
{
background-color: #B2F912;
}
</style>
border-color css
<style>
span { border-color: #B2F912; }
span { border-color: rgb(178,249,18); }
td.TdClassName
{
border-color: #B2F912;
}
.TagClassName
{
border-color: #B2F912;
}
</style>