Shades of Spring Bud #B3FC0B
Tints of Spring Bud #B3FC0B
RGB
CMYK
RGB Variations
Color information
#B3FC0B (or 0xB3FC0B) is known color: Spring Bud. HEX triplet: B3, FC and 0B. RGB value is (179,252,11). Sum of RGB (Red+Green+Blue) = 179+252+11=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 11 (4.69% from 255 or 2.49% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3FC0B is #4C03F4. Grayscale: #CBCBCB. Windows color (decimal): -4981749 or 785587. OLE color: 785587.
HSL color Cylindrical-coordinate representation of color #B3FC0B: hue angle of 78.17º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3FC0B is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 252 | 11 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.01 |
| HSL | 78.17º | 0.98% | 0.52% | - |
| HSV(B) | 78.17º | 0.96% | 0.99% | - |
| XYZ | 53.46 | 79.23 | 12.79 | - |
| YUV | 202.7 | 19.82 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 252 | 11 | 0.29 | 0 | 0.96 | 0.01 | 78.17 | 0.98 | 0.52 |
| Hex | B3 | FC | B | 1D | 0 | 60 | 1 | 4E | 62 | 34 |
| Octal | 263 | 374 | 13 | 35 | 0 | 140 | 1 | 116 | 142 | 64 |
| Binary | 10110011 | 11111100 | 1011 | 11101 | 0 | 1100000 | 1 | 1001110 | 1100010 | 110100 |
Color Harmonies of #B3FC0B
Complementary color
Monochromatic Colors of #B3FC0B
Black with #B3FC0B
Text Example
Text Example
White with #B3FC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FC0B; }
p { color: rgb(179,252,11); }
H1.HeaderClassName
{
color: #B3FC0B;
}
.AnyTagClassName
{
color: #B3FC0B;
}
</style>
background-color css
<style>
a { background-color: #B3FC0B; }
a { background-color: rgb(179,252,11); }
div.DivClassName
{
background-color: #B3FC0B;
}
.BgClassName
{
background-color: #B3FC0B;
}
</style>
border-color css
<style>
span { border-color: #B3FC0B; }
span { border-color: rgb(179,252,11); }
td.TdClassName
{
border-color: #B3FC0B;
}
.TagClassName
{
border-color: #B3FC0B;
}
</style>