Shades of Spring Bud #BAFF13
Tints of Spring Bud #BAFF13
RGB
CMYK
RGB Variations
Color information
#BAFF13 (or 0xBAFF13) is known color: Spring Bud. HEX triplet: BA, FF and 13. RGB value is (186,255,19). Sum of RGB (Red+Green+Blue) = 186+255+19=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 19 (7.81% from 255 or 4.13% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFF13 is #4500EC. Grayscale: #D0D0D0. Windows color (decimal): -4522221 or 1310650. OLE color: 1310650.
HSL color Cylindrical-coordinate representation of color #BAFF13: hue angle of 77.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAFF13 is Cyan = 0.27, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 19 | - |
| CMYK | 0.27 | 0 | 0.93 | 0 |
| HSL | 77.54º | 1% | 0.54% | - |
| HSV(B) | 77.54º | 0.93% | 1% | - |
| XYZ | 56.13 | 82.01 | 13.49 | - |
| YUV | 207.47 | 21.64 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 19 | 0.27 | 0 | 0.93 | 0 | 77.54 | 1 | 0.54 |
| Hex | BA | FF | 13 | 1B | 0 | 5D | 0 | 4E | 64 | 36 |
| Octal | 272 | 377 | 23 | 33 | 0 | 135 | 0 | 116 | 144 | 66 |
| Binary | 10111010 | 11111111 | 10011 | 11011 | 0 | 1011101 | 0 | 1001110 | 1100100 | 110110 |
Color Harmonies of #BAFF13
Complementary color
Monochromatic Colors of #BAFF13
Black with #BAFF13
Text Example
Text Example
White with #BAFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFF13; }
p { color: rgb(186,255,19); }
H1.HeaderClassName
{
color: #BAFF13;
}
.AnyTagClassName
{
color: #BAFF13;
}
</style>
background-color css
<style>
a { background-color: #BAFF13; }
a { background-color: rgb(186,255,19); }
div.DivClassName
{
background-color: #BAFF13;
}
.BgClassName
{
background-color: #BAFF13;
}
</style>
border-color css
<style>
span { border-color: #BAFF13; }
span { border-color: rgb(186,255,19); }
td.TdClassName
{
border-color: #BAFF13;
}
.TagClassName
{
border-color: #BAFF13;
}
</style>