Shades of Spring Bud #B8FB12
Tints of Spring Bud #B8FB12
RGB
CMYK
RGB Variations
Color information
#B8FB12 (or 0xB8FB12) is known color: Spring Bud. HEX triplet: B8, FB and 12. RGB value is (184,251,18). Sum of RGB (Red+Green+Blue) = 184+251+18=453 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.62% from 453); Green value is 251 (98.44% from 255 or 55.41% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8FB12 is #4704ED. Grayscale: #CDCDCD. Windows color (decimal): -4654318 or 1244088. OLE color: 1244088.
HSL color Cylindrical-coordinate representation of color #B8FB12: hue angle of 77.25º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8FB12 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 251 | 18 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.02 |
| HSL | 77.25º | 0.97% | 0.53% | - |
| HSV(B) | 77.25º | 0.93% | 0.98% | - |
| XYZ | 54.37 | 79.23 | 13 | - |
| YUV | 204.41 | 22.8 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 251 | 18 | 0.27 | 0 | 0.93 | 0.02 | 77.25 | 0.97 | 0.53 |
| Hex | B8 | FB | 12 | 1B | 0 | 5D | 2 | 4D | 61 | 35 |
| Octal | 270 | 373 | 22 | 33 | 0 | 135 | 2 | 115 | 141 | 65 |
| Binary | 10111000 | 11111011 | 10010 | 11011 | 0 | 1011101 | 10 | 1001101 | 1100001 | 110101 |
Color Harmonies of #B8FB12
Complementary color
Monochromatic Colors of #B8FB12
Black with #B8FB12
Text Example
Text Example
White with #B8FB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FB12; }
p { color: rgb(184,251,18); }
H1.HeaderClassName
{
color: #B8FB12;
}
.AnyTagClassName
{
color: #B8FB12;
}
</style>
background-color css
<style>
a { background-color: #B8FB12; }
a { background-color: rgb(184,251,18); }
div.DivClassName
{
background-color: #B8FB12;
}
.BgClassName
{
background-color: #B8FB12;
}
</style>
border-color css
<style>
span { border-color: #B8FB12; }
span { border-color: rgb(184,251,18); }
td.TdClassName
{
border-color: #B8FB12;
}
.TagClassName
{
border-color: #B8FB12;
}
</style>