Shades of Spring Bud #B4FE0C
Tints of Spring Bud #B4FE0C
RGB
CMYK
RGB Variations
Color information
#B4FE0C (or 0xB4FE0C) is known color: Spring Bud. HEX triplet: B4, FE and 0C. RGB value is (180,254,12). Sum of RGB (Red+Green+Blue) = 180+254+12=446 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.36% from 446); Green value is 254 (99.61% from 255 or 56.95% from 446); Blue value is 12 (5.08% from 255 or 2.69% from 446); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4FE0C is #4B01F3. Grayscale: #CDCDCD. Windows color (decimal): -4915700 or 851636. OLE color: 851636.
HSL color Cylindrical-coordinate representation of color #B4FE0C: hue angle of 78.35º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B4FE0C is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 254 | 12 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.00 |
| HSL | 78.35º | 0.99% | 0.52% | - |
| HSV(B) | 78.35º | 0.95% | 1% | - |
| XYZ | 54.33 | 80.61 | 13.04 | - |
| YUV | 204.29 | 19.48 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 12 | 0.29 | 0 | 0.95 | 0.00 | 78.35 | 0.99 | 0.52 |
| Hex | B4 | FE | C | 1D | 0 | 5F | 0 | 4E | 63 | 34 |
| Octal | 264 | 376 | 14 | 35 | 0 | 137 | 0 | 116 | 143 | 64 |
| Binary | 10110100 | 11111110 | 1100 | 11101 | 0 | 1011111 | 0 | 1001110 | 1100011 | 110100 |
Color Harmonies of #B4FE0C
Complementary color
Monochromatic Colors of #B4FE0C
Black with #B4FE0C
Text Example
Text Example
White with #B4FE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FE0C; }
p { color: rgb(180,254,12); }
H1.HeaderClassName
{
color: #B4FE0C;
}
.AnyTagClassName
{
color: #B4FE0C;
}
</style>
background-color css
<style>
a { background-color: #B4FE0C; }
a { background-color: rgb(180,254,12); }
div.DivClassName
{
background-color: #B4FE0C;
}
.BgClassName
{
background-color: #B4FE0C;
}
</style>
border-color css
<style>
span { border-color: #B4FE0C; }
span { border-color: rgb(180,254,12); }
td.TdClassName
{
border-color: #B4FE0C;
}
.TagClassName
{
border-color: #B4FE0C;
}
</style>