Shades of Spring Bud #B2FE14
Tints of Spring Bud #B2FE14
RGB
CMYK
RGB Variations
Color information
#B2FE14 (or 0xB2FE14) is known color: Spring Bud. HEX triplet: B2, FE and 14. RGB value is (178,254,20). Sum of RGB (Red+Green+Blue) = 178+254+20=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 20 (8.20% from 255 or 4.42% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE14 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FE14 is #4D01EB. Grayscale: #CDCDCD. Windows color (decimal): -5046764 or 1375922. OLE color: 1375922.
HSL color Cylindrical-coordinate representation of color #B2FE14: hue angle of 79.49º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2FE14 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 20 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.00 |
| HSL | 79.49º | 0.99% | 0.54% | - |
| HSV(B) | 79.49º | 0.92% | 1% | - |
| XYZ | 53.93 | 80.4 | 13.34 | - |
| YUV | 204.6 | 23.82 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 20 | 0.30 | 0 | 0.92 | 0.00 | 79.49 | 0.99 | 0.54 |
| Hex | B2 | FE | 14 | 1E | 0 | 5C | 0 | 4F | 63 | 36 |
| Octal | 262 | 376 | 24 | 36 | 0 | 134 | 0 | 117 | 143 | 66 |
| Binary | 10110010 | 11111110 | 10100 | 11110 | 0 | 1011100 | 0 | 1001111 | 1100011 | 110110 |
Color Harmonies of #B2FE14
Complementary color
Monochromatic Colors of #B2FE14
Black with #B2FE14
Text Example
Text Example
White with #B2FE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FE14; }
p { color: rgb(178,254,20); }
H1.HeaderClassName
{
color: #B2FE14;
}
.AnyTagClassName
{
color: #B2FE14;
}
</style>
background-color css
<style>
a { background-color: #B2FE14; }
a { background-color: rgb(178,254,20); }
div.DivClassName
{
background-color: #B2FE14;
}
.BgClassName
{
background-color: #B2FE14;
}
</style>
border-color css
<style>
span { border-color: #B2FE14; }
span { border-color: rgb(178,254,20); }
td.TdClassName
{
border-color: #B2FE14;
}
.TagClassName
{
border-color: #B2FE14;
}
</style>