Shades of Spring Bud #B2ED00
Tints of Spring Bud #B2ED00
RGB
CMYK
RGB Variations
Color information
#B2ED00 (or 0xB2ED00) is known color: Spring Bud. HEX triplet: B2, ED and 00. RGB value is (178,237,0). Sum of RGB (Red+Green+Blue) = 178+237+0=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED00 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2ED00 is #4D12FF. Grayscale: #C1C1C1. Windows color (decimal): -5051136 or 60850. OLE color: 60850.
HSL color Cylindrical-coordinate representation of color #B2ED00: hue angle of 74.94º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2ED00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 0 | - |
| CMYK | 0.25 | 0 | 1 | 0.07 |
| HSL | 74.94º | 1% | 0.46% | - |
| HSV(B) | 74.94º | 1% | 0.93% | - |
| XYZ | 48.64 | 70.03 | 10.95 | - |
| YUV | 192.34 | 19.45 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 0 | 0.25 | 0 | 1 | 0.07 | 74.94 | 1 | 0.46 |
| Hex | B2 | ED | 0 | 19 | 0 | 64 | 7 | 4B | 64 | 2E |
| Octal | 262 | 355 | 0 | 31 | 0 | 144 | 7 | 113 | 144 | 56 |
| Binary | 10110010 | 11101101 | 0 | 11001 | 0 | 1100100 | 111 | 1001011 | 1100100 | 101110 |
Color Harmonies of #B2ED00
Complementary color
Monochromatic Colors of #B2ED00
Black with #B2ED00
Text Example
Text Example
White with #B2ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ED00; }
p { color: rgb(178,237,0); }
H1.HeaderClassName
{
color: #B2ED00;
}
.AnyTagClassName
{
color: #B2ED00;
}
</style>
background-color css
<style>
a { background-color: #B2ED00; }
a { background-color: rgb(178,237,0); }
div.DivClassName
{
background-color: #B2ED00;
}
.BgClassName
{
background-color: #B2ED00;
}
</style>
border-color css
<style>
span { border-color: #B2ED00; }
span { border-color: rgb(178,237,0); }
td.TdClassName
{
border-color: #B2ED00;
}
.TagClassName
{
border-color: #B2ED00;
}
</style>