Shades of Spring Bud #B5F40A
Tints of Spring Bud #B5F40A
RGB
CMYK
RGB Variations
Color information
#B5F40A (or 0xB5F40A) is known color: Spring Bud. HEX triplet: B5, F4 and 0A. RGB value is (181,244,10). Sum of RGB (Red+Green+Blue) = 181+244+10=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 244 (95.70% from 255 or 56.09% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 244 - color contains mainly: green. Hex color #B5F40A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F40A is #4A0BF5. Grayscale: #C7C7C7. Windows color (decimal): -4852726 or 718005. OLE color: 718005.
HSL color Cylindrical-coordinate representation of color #B5F40A: hue angle of 76.15º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5F40A is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 244 | 10 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.04 |
| HSL | 76.15º | 0.92% | 0.5% | - |
| HSV(B) | 76.15º | 0.96% | 0.96% | - |
| XYZ | 51.46 | 74.55 | 11.96 | - |
| YUV | 198.49 | 21.63 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 244 | 10 | 0.26 | 0 | 0.96 | 0.04 | 76.15 | 0.92 | 0.5 |
| Hex | B5 | F4 | A | 1A | 0 | 60 | 4 | 4C | 5C | 32 |
| Octal | 265 | 364 | 12 | 32 | 0 | 140 | 4 | 114 | 134 | 62 |
| Binary | 10110101 | 11110100 | 1010 | 11010 | 0 | 1100000 | 100 | 1001100 | 1011100 | 110010 |
Color Harmonies of #B5F40A
Complementary color
Monochromatic Colors of #B5F40A
Black with #B5F40A
Text Example
Text Example
White with #B5F40A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F40A; }
p { color: rgb(181,244,10); }
H1.HeaderClassName
{
color: #B5F40A;
}
.AnyTagClassName
{
color: #B5F40A;
}
</style>
background-color css
<style>
a { background-color: #B5F40A; }
a { background-color: rgb(181,244,10); }
div.DivClassName
{
background-color: #B5F40A;
}
.BgClassName
{
background-color: #B5F40A;
}
</style>
border-color css
<style>
span { border-color: #B5F40A; }
span { border-color: rgb(181,244,10); }
td.TdClassName
{
border-color: #B5F40A;
}
.TagClassName
{
border-color: #B5F40A;
}
</style>