Shades of Spring Bud #BAFD14
Tints of Spring Bud #BAFD14
RGB
CMYK
RGB Variations
Color information
#BAFD14 (or 0xBAFD14) is known color: Spring Bud. HEX triplet: BA, FD and 14. RGB value is (186,253,20). Sum of RGB (Red+Green+Blue) = 186+253+20=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAFD14 is #4502EB. Grayscale: #CFCFCF. Windows color (decimal): -4522732 or 1375674. OLE color: 1375674.
HSL color Cylindrical-coordinate representation of color #BAFD14: hue angle of 77.25º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BAFD14 is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 253 | 20 | - |
| CMYK | 0.26 | 0 | 0.92 | 0.01 |
| HSL | 77.25º | 0.98% | 0.54% | - |
| HSV(B) | 77.25º | 0.92% | 0.99% | - |
| XYZ | 55.5 | 80.74 | 13.32 | - |
| YUV | 206.41 | 22.8 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 253 | 20 | 0.26 | 0 | 0.92 | 0.01 | 77.25 | 0.98 | 0.54 |
| Hex | BA | FD | 14 | 1A | 0 | 5C | 1 | 4D | 62 | 36 |
| Octal | 272 | 375 | 24 | 32 | 0 | 134 | 1 | 115 | 142 | 66 |
| Binary | 10111010 | 11111101 | 10100 | 11010 | 0 | 1011100 | 1 | 1001101 | 1100010 | 110110 |
Color Harmonies of #BAFD14
Complementary color
Monochromatic Colors of #BAFD14
Black with #BAFD14
Text Example
Text Example
White with #BAFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFD14; }
p { color: rgb(186,253,20); }
H1.HeaderClassName
{
color: #BAFD14;
}
.AnyTagClassName
{
color: #BAFD14;
}
</style>
background-color css
<style>
a { background-color: #BAFD14; }
a { background-color: rgb(186,253,20); }
div.DivClassName
{
background-color: #BAFD14;
}
.BgClassName
{
background-color: #BAFD14;
}
</style>
border-color css
<style>
span { border-color: #BAFD14; }
span { border-color: rgb(186,253,20); }
td.TdClassName
{
border-color: #BAFD14;
}
.TagClassName
{
border-color: #BAFD14;
}
</style>