Shades of Spring Bud #B0FC0E
Tints of Spring Bud #B0FC0E
RGB
CMYK
RGB Variations
Color information
#B0FC0E (or 0xB0FC0E) is known color: Spring Bud. HEX triplet: B0, FC and 0E. RGB value is (176,252,14). Sum of RGB (Red+Green+Blue) = 176+252+14=442 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.82% from 442); Green value is 252 (98.83% from 255 or 57.01% from 442); Blue value is 14 (5.86% from 255 or 3.17% from 442); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FC0E is #4F03F1. Grayscale: #CBCBCB. Windows color (decimal): -5178354 or 982192. OLE color: 982192.
HSL color Cylindrical-coordinate representation of color #B0FC0E: hue angle of 79.16º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0FC0E is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 14 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.01 |
| HSL | 79.16º | 0.98% | 0.52% | - |
| HSV(B) | 79.16º | 0.94% | 0.99% | - |
| XYZ | 52.79 | 78.88 | 12.86 | - |
| YUV | 202.14 | 21.82 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 14 | 0.30 | 0 | 0.94 | 0.01 | 79.16 | 0.98 | 0.52 |
| Hex | B0 | FC | E | 1E | 0 | 5E | 1 | 4F | 62 | 34 |
| Octal | 260 | 374 | 16 | 36 | 0 | 136 | 1 | 117 | 142 | 64 |
| Binary | 10110000 | 11111100 | 1110 | 11110 | 0 | 1011110 | 1 | 1001111 | 1100010 | 110100 |
Color Harmonies of #B0FC0E
Complementary color
Monochromatic Colors of #B0FC0E
Black with #B0FC0E
Text Example
Text Example
White with #B0FC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC0E; }
p { color: rgb(176,252,14); }
H1.HeaderClassName
{
color: #B0FC0E;
}
.AnyTagClassName
{
color: #B0FC0E;
}
</style>
background-color css
<style>
a { background-color: #B0FC0E; }
a { background-color: rgb(176,252,14); }
div.DivClassName
{
background-color: #B0FC0E;
}
.BgClassName
{
background-color: #B0FC0E;
}
</style>
border-color css
<style>
span { border-color: #B0FC0E; }
span { border-color: rgb(176,252,14); }
td.TdClassName
{
border-color: #B0FC0E;
}
.TagClassName
{
border-color: #B0FC0E;
}
</style>