Shades of Spring Bud #B4FE16
Tints of Spring Bud #B4FE16
RGB
CMYK
RGB Variations
Color information
#B4FE16 (or 0xB4FE16) is known color: Spring Bud. HEX triplet: B4, FE and 16. RGB value is (180,254,22). Sum of RGB (Red+Green+Blue) = 180+254+22=456 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.47% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 22 (8.98% from 255 or 4.82% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4FE16 is #4B01E9. Grayscale: #CECECE. Windows color (decimal): -4915690 or 1506996. OLE color: 1506996.
HSL color Cylindrical-coordinate representation of color #B4FE16: hue angle of 79.14º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4FE16 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 22 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.00 |
| HSL | 79.14º | 0.99% | 0.54% | - |
| HSV(B) | 79.14º | 0.91% | 1% | - |
| XYZ | 54.41 | 80.64 | 13.46 | - |
| YUV | 205.43 | 24.48 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 22 | 0.29 | 0 | 0.91 | 0.00 | 79.14 | 0.99 | 0.54 |
| Hex | B4 | FE | 16 | 1D | 0 | 5B | 0 | 4F | 63 | 36 |
| Octal | 264 | 376 | 26 | 35 | 0 | 133 | 0 | 117 | 143 | 66 |
| Binary | 10110100 | 11111110 | 10110 | 11101 | 0 | 1011011 | 0 | 1001111 | 1100011 | 110110 |
Color Harmonies of #B4FE16
Complementary color
Monochromatic Colors of #B4FE16
Black with #B4FE16
Text Example
Text Example
White with #B4FE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FE16; }
p { color: rgb(180,254,22); }
H1.HeaderClassName
{
color: #B4FE16;
}
.AnyTagClassName
{
color: #B4FE16;
}
</style>
background-color css
<style>
a { background-color: #B4FE16; }
a { background-color: rgb(180,254,22); }
div.DivClassName
{
background-color: #B4FE16;
}
.BgClassName
{
background-color: #B4FE16;
}
</style>
border-color css
<style>
span { border-color: #B4FE16; }
span { border-color: rgb(180,254,22); }
td.TdClassName
{
border-color: #B4FE16;
}
.TagClassName
{
border-color: #B4FE16;
}
</style>