Shades of Spring Bud #B5FA02
Tints of Spring Bud #B5FA02
RGB
CMYK
RGB Variations
Color information
#B5FA02 (or 0xB5FA02) is known color: Spring Bud. HEX triplet: B5, FA and 02. RGB value is (181,250,2). Sum of RGB (Red+Green+Blue) = 181+250+2=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 250 (98.05% from 255 or 57.74% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 250 - color contains mainly: green. Hex color #B5FA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5FA02 is #4A05FD. Grayscale: #CACACA. Windows color (decimal): -4851198 or 195253. OLE color: 195253.
HSL color Cylindrical-coordinate representation of color #B5FA02: hue angle of 76.69º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5FA02 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 250 | 2 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.02 |
| HSL | 76.69º | 0.98% | 0.49% | - |
| HSV(B) | 76.69º | 0.99% | 0.98% | - |
| XYZ | 53.25 | 78.2 | 12.34 | - |
| YUV | 201.1 | 15.64 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 250 | 2 | 0.28 | 0 | 0.99 | 0.02 | 76.69 | 0.98 | 0.49 |
| Hex | B5 | FA | 2 | 1C | 0 | 63 | 2 | 4D | 62 | 31 |
| Octal | 265 | 372 | 2 | 34 | 0 | 143 | 2 | 115 | 142 | 61 |
| Binary | 10110101 | 11111010 | 10 | 11100 | 0 | 1100011 | 10 | 1001101 | 1100010 | 110001 |
Color Harmonies of #B5FA02
Complementary color
Monochromatic Colors of #B5FA02
Black with #B5FA02
Text Example
Text Example
White with #B5FA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FA02; }
p { color: rgb(181,250,2); }
H1.HeaderClassName
{
color: #B5FA02;
}
.AnyTagClassName
{
color: #B5FA02;
}
</style>
background-color css
<style>
a { background-color: #B5FA02; }
a { background-color: rgb(181,250,2); }
div.DivClassName
{
background-color: #B5FA02;
}
.BgClassName
{
background-color: #B5FA02;
}
</style>
border-color css
<style>
span { border-color: #B5FA02; }
span { border-color: rgb(181,250,2); }
td.TdClassName
{
border-color: #B5FA02;
}
.TagClassName
{
border-color: #B5FA02;
}
</style>