Shades of Spring Bud #B5F90A
Tints of Spring Bud #B5F90A
RGB
CMYK
RGB Variations
Color information
#B5F90A (or 0xB5F90A) is known color: Spring Bud. HEX triplet: B5, F9 and 0A. RGB value is (181,249,10). Sum of RGB (Red+Green+Blue) = 181+249+10=440 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.14% from 440); Green value is 249 (97.66% from 255 or 56.59% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F90A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5F90A is #4A06F5. Grayscale: #CACACA. Windows color (decimal): -4851446 or 719285. OLE color: 719285.
HSL color Cylindrical-coordinate representation of color #B5F90A: hue angle of 77.07º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5F90A is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 181 | 249 | 10 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.02 |
| HSL | 77.07º | 0.95% | 0.51% | - |
| HSV(B) | 77.07º | 0.96% | 0.98% | - |
| XYZ | 52.99 | 77.6 | 12.47 | - |
| YUV | 201.42 | 19.97 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 249 | 10 | 0.27 | 0 | 0.96 | 0.02 | 77.07 | 0.95 | 0.51 |
| Hex | B5 | F9 | A | 1B | 0 | 60 | 2 | 4D | 5F | 33 |
| Octal | 265 | 371 | 12 | 33 | 0 | 140 | 2 | 115 | 137 | 63 |
| Binary | 10110101 | 11111001 | 1010 | 11011 | 0 | 1100000 | 10 | 1001101 | 1011111 | 110011 |
Color Harmonies of #B5F90A
Complementary color
Monochromatic Colors of #B5F90A
Black with #B5F90A
Text Example
Text Example
White with #B5F90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F90A; }
p { color: rgb(181,249,10); }
H1.HeaderClassName
{
color: #B5F90A;
}
.AnyTagClassName
{
color: #B5F90A;
}
</style>
background-color css
<style>
a { background-color: #B5F90A; }
a { background-color: rgb(181,249,10); }
div.DivClassName
{
background-color: #B5F90A;
}
.BgClassName
{
background-color: #B5F90A;
}
</style>
border-color css
<style>
span { border-color: #B5F90A; }
span { border-color: rgb(181,249,10); }
td.TdClassName
{
border-color: #B5F90A;
}
.TagClassName
{
border-color: #B5F90A;
}
</style>