Shades of Spring Bud #BAFE13
Tints of Spring Bud #BAFE13
RGB
CMYK
RGB Variations
Color information
#BAFE13 (or 0xBAFE13) is known color: Spring Bud. HEX triplet: BA, FE and 13. RGB value is (186,254,19). Sum of RGB (Red+Green+Blue) = 186+254+19=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 254 (99.61% from 255 or 55.34% from 459); Blue value is 19 (7.81% from 255 or 4.14% from 459); Max value from RGB is 254 - color contains mainly: green. Hex color #BAFE13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFE13 is #4501EC. Grayscale: #CFCFCF. Windows color (decimal): -4522477 or 1310394. OLE color: 1310394.
HSL color Cylindrical-coordinate representation of color #BAFE13: hue angle of 77.36º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAFE13 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 254 | 19 | - |
| CMYK | 0.27 | 0 | 0.93 | 0.00 |
| HSL | 77.36º | 0.99% | 0.54% | - |
| HSV(B) | 77.36º | 0.93% | 1% | - |
| XYZ | 55.81 | 81.37 | 13.38 | - |
| YUV | 206.88 | 21.97 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 254 | 19 | 0.27 | 0 | 0.93 | 0.00 | 77.36 | 0.99 | 0.54 |
| Hex | BA | FE | 13 | 1B | 0 | 5D | 0 | 4D | 63 | 36 |
| Octal | 272 | 376 | 23 | 33 | 0 | 135 | 0 | 115 | 143 | 66 |
| Binary | 10111010 | 11111110 | 10011 | 11011 | 0 | 1011101 | 0 | 1001101 | 1100011 | 110110 |
Color Harmonies of #BAFE13
Complementary color
Monochromatic Colors of #BAFE13
Black with #BAFE13
Text Example
Text Example
White with #BAFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFE13; }
p { color: rgb(186,254,19); }
H1.HeaderClassName
{
color: #BAFE13;
}
.AnyTagClassName
{
color: #BAFE13;
}
</style>
background-color css
<style>
a { background-color: #BAFE13; }
a { background-color: rgb(186,254,19); }
div.DivClassName
{
background-color: #BAFE13;
}
.BgClassName
{
background-color: #BAFE13;
}
</style>
border-color css
<style>
span { border-color: #BAFE13; }
span { border-color: rgb(186,254,19); }
td.TdClassName
{
border-color: #BAFE13;
}
.TagClassName
{
border-color: #BAFE13;
}
</style>