Shades of Spring Bud #B5F002
Tints of Spring Bud #B5F002
RGB
CMYK
RGB Variations
Color information
#B5F002 (or 0xB5F002) is known color: Spring Bud. HEX triplet: B5, F0 and 02. RGB value is (181,240,2). Sum of RGB (Red+Green+Blue) = 181+240+2=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 240 (94.14% from 255 or 56.74% from 423); Blue value is 2 (1.17% from 255 or 0.47% from 423); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F002 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F002 is #4A0FFD. Grayscale: #C4C4C4. Windows color (decimal): -4853758 or 192693. OLE color: 192693.
HSL color Cylindrical-coordinate representation of color #B5F002: hue angle of 74.87º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5F002 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 240 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.06 |
| HSL | 74.87º | 0.98% | 0.47% | - |
| HSV(B) | 74.87º | 0.99% | 0.94% | - |
| XYZ | 50.23 | 72.15 | 11.34 | - |
| YUV | 195.23 | 18.95 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 240 | 2 | 0.25 | 0 | 0.99 | 0.06 | 74.87 | 0.98 | 0.47 |
| Hex | B5 | F0 | 2 | 19 | 0 | 63 | 6 | 4B | 62 | 2F |
| Octal | 265 | 360 | 2 | 31 | 0 | 143 | 6 | 113 | 142 | 57 |
| Binary | 10110101 | 11110000 | 10 | 11001 | 0 | 1100011 | 110 | 1001011 | 1100010 | 101111 |
Color Harmonies of #B5F002
Complementary color
Monochromatic Colors of #B5F002
Black with #B5F002
Text Example
Text Example
White with #B5F002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F002; }
p { color: rgb(181,240,2); }
H1.HeaderClassName
{
color: #B5F002;
}
.AnyTagClassName
{
color: #B5F002;
}
</style>
background-color css
<style>
a { background-color: #B5F002; }
a { background-color: rgb(181,240,2); }
div.DivClassName
{
background-color: #B5F002;
}
.BgClassName
{
background-color: #B5F002;
}
</style>
border-color css
<style>
span { border-color: #B5F002; }
span { border-color: rgb(181,240,2); }
td.TdClassName
{
border-color: #B5F002;
}
.TagClassName
{
border-color: #B5F002;
}
</style>