Shades of Spring Bud #B2F807
Tints of Spring Bud #B2F807
RGB
CMYK
RGB Variations
Color information
#B2F807 (or 0xB2F807) is known color: Spring Bud. HEX triplet: B2, F8 and 07. RGB value is (178,248,7). Sum of RGB (Red+Green+Blue) = 178+248+7=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 248 (97.27% from 255 or 57.27% from 433); Blue value is 7 (3.12% from 255 or 1.62% from 433); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F807 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F807 is #4D07F8. Grayscale: #C8C8C8. Windows color (decimal): -5048313 or 522418. OLE color: 522418.
HSL color Cylindrical-coordinate representation of color #B2F807: hue angle of 77.43º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2F807 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 7 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.03 |
| HSL | 77.43º | 0.95% | 0.5% | - |
| HSV(B) | 77.43º | 0.97% | 0.97% | - |
| XYZ | 51.97 | 76.62 | 12.25 | - |
| YUV | 199.6 | 19.31 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 7 | 0.28 | 0 | 0.97 | 0.03 | 77.43 | 0.95 | 0.5 |
| Hex | B2 | F8 | 7 | 1C | 0 | 61 | 3 | 4D | 5F | 32 |
| Octal | 262 | 370 | 7 | 34 | 0 | 141 | 3 | 115 | 137 | 62 |
| Binary | 10110010 | 11111000 | 111 | 11100 | 0 | 1100001 | 11 | 1001101 | 1011111 | 110010 |
Color Harmonies of #B2F807
Complementary color
Monochromatic Colors of #B2F807
Black with #B2F807
Text Example
Text Example
White with #B2F807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F807; }
p { color: rgb(178,248,7); }
H1.HeaderClassName
{
color: #B2F807;
}
.AnyTagClassName
{
color: #B2F807;
}
</style>
background-color css
<style>
a { background-color: #B2F807; }
a { background-color: rgb(178,248,7); }
div.DivClassName
{
background-color: #B2F807;
}
.BgClassName
{
background-color: #B2F807;
}
</style>
border-color css
<style>
span { border-color: #B2F807; }
span { border-color: rgb(178,248,7); }
td.TdClassName
{
border-color: #B2F807;
}
.TagClassName
{
border-color: #B2F807;
}
</style>