Shades of Spring Bud #B2FC0E
Tints of Spring Bud #B2FC0E
RGB
CMYK
RGB Variations
Color information
#B2FC0E (or 0xB2FC0E) is known color: Spring Bud. HEX triplet: B2, FC and 0E. RGB value is (178,252,14). Sum of RGB (Red+Green+Blue) = 178+252+14=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 252 (98.83% from 255 or 56.76% from 444); Blue value is 14 (5.86% from 255 or 3.15% from 444); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FC0E is #4D03F1. Grayscale: #CBCBCB. Windows color (decimal): -5047282 or 982194. OLE color: 982194.
HSL color Cylindrical-coordinate representation of color #B2FC0E: hue angle of 78.66º 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 #B2FC0E is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 14 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.01 |
| HSL | 78.66º | 0.98% | 0.52% | - |
| HSV(B) | 78.66º | 0.94% | 0.99% | - |
| XYZ | 53.25 | 79.12 | 12.88 | - |
| YUV | 202.74 | 21.48 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 14 | 0.29 | 0 | 0.94 | 0.01 | 78.66 | 0.98 | 0.52 |
| Hex | B2 | FC | E | 1D | 0 | 5E | 1 | 4F | 62 | 34 |
| Octal | 262 | 374 | 16 | 35 | 0 | 136 | 1 | 117 | 142 | 64 |
| Binary | 10110010 | 11111100 | 1110 | 11101 | 0 | 1011110 | 1 | 1001111 | 1100010 | 110100 |
Color Harmonies of #B2FC0E
Complementary color
Monochromatic Colors of #B2FC0E
Black with #B2FC0E
Text Example
Text Example
White with #B2FC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC0E; }
p { color: rgb(178,252,14); }
H1.HeaderClassName
{
color: #B2FC0E;
}
.AnyTagClassName
{
color: #B2FC0E;
}
</style>
background-color css
<style>
a { background-color: #B2FC0E; }
a { background-color: rgb(178,252,14); }
div.DivClassName
{
background-color: #B2FC0E;
}
.BgClassName
{
background-color: #B2FC0E;
}
</style>
border-color css
<style>
span { border-color: #B2FC0E; }
span { border-color: rgb(178,252,14); }
td.TdClassName
{
border-color: #B2FC0E;
}
.TagClassName
{
border-color: #B2FC0E;
}
</style>