Shades of Spring Bud #B3F700
Tints of Spring Bud #B3F700
RGB
CMYK
RGB Variations
Color information
#B3F700 (or 0xB3F700) is known color: Spring Bud. HEX triplet: B3, F7 and 00. RGB value is (179,247,0). Sum of RGB (Red+Green+Blue) = 179+247+0=426 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.02% from 426); Green value is 247 (96.88% from 255 or 57.98% from 426); Blue value is 0 (0.39% from 255 or 0% from 426); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F700 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F700 is #4C08FF. Grayscale: #C7C7C7. Windows color (decimal): -4983040 or 63411. OLE color: 63411.
HSL color Cylindrical-coordinate representation of color #B3F700: hue angle of 76.52º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3F700 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 247 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.03 |
| HSL | 76.52º | 1% | 0.48% | - |
| HSV(B) | 76.52º | 1% | 0.97% | - |
| XYZ | 51.85 | 76.11 | 11.96 | - |
| YUV | 198.51 | 15.97 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 247 | 0 | 0.28 | 0 | 1 | 0.03 | 76.52 | 1 | 0.48 |
| Hex | B3 | F7 | 0 | 1C | 0 | 64 | 3 | 4D | 64 | 30 |
| Octal | 263 | 367 | 0 | 34 | 0 | 144 | 3 | 115 | 144 | 60 |
| Binary | 10110011 | 11110111 | 0 | 11100 | 0 | 1100100 | 11 | 1001101 | 1100100 | 110000 |
Color Harmonies of #B3F700
Complementary color
Monochromatic Colors of #B3F700
Black with #B3F700
Text Example
Text Example
White with #B3F700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F700; }
p { color: rgb(179,247,0); }
H1.HeaderClassName
{
color: #B3F700;
}
.AnyTagClassName
{
color: #B3F700;
}
</style>
background-color css
<style>
a { background-color: #B3F700; }
a { background-color: rgb(179,247,0); }
div.DivClassName
{
background-color: #B3F700;
}
.BgClassName
{
background-color: #B3F700;
}
</style>
border-color css
<style>
span { border-color: #B3F700; }
span { border-color: rgb(179,247,0); }
td.TdClassName
{
border-color: #B3F700;
}
.TagClassName
{
border-color: #B3F700;
}
</style>