Shades of Spring Bud #B2FF0E
Tints of Spring Bud #B2FF0E
RGB
CMYK
RGB Variations
Color information
#B2FF0E (or 0xB2FF0E) is known color: Spring Bud. HEX triplet: B2, FF and 0E. RGB value is (178,255,14). Sum of RGB (Red+Green+Blue) = 178+255+14=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 255 (100% from 255 or 57.05% from 447); Blue value is 14 (5.86% from 255 or 3.13% from 447); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FF0E is #4D00F1. Grayscale: #CDCDCD. Windows color (decimal): -5046514 or 982962. OLE color: 982962.
HSL color Cylindrical-coordinate representation of color #B2FF0E: hue angle of 79.17º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2FF0E is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 14 | - |
| CMYK | 0.30 | 0 | 0.95 | 0 |
| HSL | 79.17º | 1% | 0.53% | - |
| HSV(B) | 79.17º | 0.95% | 1% | - |
| XYZ | 54.2 | 81.02 | 13.2 | - |
| YUV | 204.5 | 20.49 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 14 | 0.30 | 0 | 0.95 | 0 | 79.17 | 1 | 0.53 |
| Hex | B2 | FF | E | 1E | 0 | 5F | 0 | 4F | 64 | 35 |
| Octal | 262 | 377 | 16 | 36 | 0 | 137 | 0 | 117 | 144 | 65 |
| Binary | 10110010 | 11111111 | 1110 | 11110 | 0 | 1011111 | 0 | 1001111 | 1100100 | 110101 |
Color Harmonies of #B2FF0E
Complementary color
Monochromatic Colors of #B2FF0E
Black with #B2FF0E
Text Example
Text Example
White with #B2FF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF0E; }
p { color: rgb(178,255,14); }
H1.HeaderClassName
{
color: #B2FF0E;
}
.AnyTagClassName
{
color: #B2FF0E;
}
</style>
background-color css
<style>
a { background-color: #B2FF0E; }
a { background-color: rgb(178,255,14); }
div.DivClassName
{
background-color: #B2FF0E;
}
.BgClassName
{
background-color: #B2FF0E;
}
</style>
border-color css
<style>
span { border-color: #B2FF0E; }
span { border-color: rgb(178,255,14); }
td.TdClassName
{
border-color: #B2FF0E;
}
.TagClassName
{
border-color: #B2FF0E;
}
</style>