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