Shades of Spring Bud #B2F70D
Tints of Spring Bud #B2F70D
RGB
CMYK
RGB Variations
Color information
#B2F70D (or 0xB2F70D) is known color: Spring Bud. HEX triplet: B2, F7 and 0D. RGB value is (178,247,13). Sum of RGB (Red+Green+Blue) = 178+247+13=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 247 (96.88% from 255 or 56.39% from 438); Blue value is 13 (5.47% from 255 or 2.97% from 438); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F70D is #4D08F2. Grayscale: #C8C8C8. Windows color (decimal): -5048563 or 915378. OLE color: 915378.
HSL color Cylindrical-coordinate representation of color #B2F70D: hue angle of 77.69º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2F70D is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 247 | 13 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.03 |
| HSL | 77.69º | 0.94% | 0.51% | - |
| HSV(B) | 77.69º | 0.95% | 0.97% | - |
| XYZ | 51.69 | 76.02 | 12.33 | - |
| YUV | 199.69 | 22.64 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 247 | 13 | 0.28 | 0 | 0.95 | 0.03 | 77.69 | 0.94 | 0.51 |
| Hex | B2 | F7 | D | 1C | 0 | 5F | 3 | 4E | 5E | 33 |
| Octal | 262 | 367 | 15 | 34 | 0 | 137 | 3 | 116 | 136 | 63 |
| Binary | 10110010 | 11110111 | 1101 | 11100 | 0 | 1011111 | 11 | 1001110 | 1011110 | 110011 |
Color Harmonies of #B2F70D
Complementary color
Monochromatic Colors of #B2F70D
Black with #B2F70D
Text Example
Text Example
White with #B2F70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F70D; }
p { color: rgb(178,247,13); }
H1.HeaderClassName
{
color: #B2F70D;
}
.AnyTagClassName
{
color: #B2F70D;
}
</style>
background-color css
<style>
a { background-color: #B2F70D; }
a { background-color: rgb(178,247,13); }
div.DivClassName
{
background-color: #B2F70D;
}
.BgClassName
{
background-color: #B2F70D;
}
</style>
border-color css
<style>
span { border-color: #B2F70D; }
span { border-color: rgb(178,247,13); }
td.TdClassName
{
border-color: #B2F70D;
}
.TagClassName
{
border-color: #B2F70D;
}
</style>