Shades of Spring Bud #B5EE00
Tints of Spring Bud #B5EE00
RGB
CMYK
RGB Variations
Color information
#B5EE00 (or 0xB5EE00) is known color: Spring Bud. HEX triplet: B5, EE and 00. RGB value is (181,238,0). Sum of RGB (Red+Green+Blue) = 181+238+0=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 238 (93.36% from 255 or 56.80% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 238 - color contains mainly: green. Hex color #B5EE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5EE00 is #4A11FF. Grayscale: #C2C2C2. Windows color (decimal): -4854272 or 61109. OLE color: 61109.
HSL color Cylindrical-coordinate representation of color #B5EE00: hue angle of 74.37º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B5EE00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 181 | 238 | 0 | - |
| CMYK | 0.24 | 0 | 1 | 0.07 |
| HSL | 74.37º | 1% | 0.47% | - |
| HSV(B) | 74.37º | 1% | 0.93% | - |
| XYZ | 49.63 | 70.97 | 11.08 | - |
| YUV | 193.83 | 18.62 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 238 | 0 | 0.24 | 0 | 1 | 0.07 | 74.37 | 1 | 0.47 |
| Hex | B5 | EE | 0 | 18 | 0 | 64 | 7 | 4A | 64 | 2F |
| Octal | 265 | 356 | 0 | 30 | 0 | 144 | 7 | 112 | 144 | 57 |
| Binary | 10110101 | 11101110 | 0 | 11000 | 0 | 1100100 | 111 | 1001010 | 1100100 | 101111 |
Color Harmonies of #B5EE00
Complementary color
Monochromatic Colors of #B5EE00
Black with #B5EE00
Text Example
Text Example
White with #B5EE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EE00; }
p { color: rgb(181,238,0); }
H1.HeaderClassName
{
color: #B5EE00;
}
.AnyTagClassName
{
color: #B5EE00;
}
</style>
background-color css
<style>
a { background-color: #B5EE00; }
a { background-color: rgb(181,238,0); }
div.DivClassName
{
background-color: #B5EE00;
}
.BgClassName
{
background-color: #B5EE00;
}
</style>
border-color css
<style>
span { border-color: #B5EE00; }
span { border-color: rgb(181,238,0); }
td.TdClassName
{
border-color: #B5EE00;
}
.TagClassName
{
border-color: #B5EE00;
}
</style>